Click or drag to resize

IAtomiaBillingApiGetDefaultShopProducts Method

Gets the shop products.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<Item> GetDefaultShopProducts(
	Guid resellerId,
	Guid customerId,
	string countryCode
)

Parameters

resellerId
Type: SystemGuid
The reseller identifier.
customerId
Type: SystemGuid
The customer identifier.
countryCode
Type: SystemString
The country code.

Return Value

Type: IListItem
List of shop products.
See Also