Click or drag to resize
ITaxClassCountryInfoProviderGetAsync Method
Asynchronously gets an instance of the TaxClassCountryInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
Task<TaxClassCountryInfo> GetAsync(
	int countryId,
	int taxClassId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

countryId
Type: SystemInt32
Country ID.
taxClassId
Type: SystemInt32
Tax class ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskTaxClassCountryInfo
Returns a task returning either an instance of TaxClassCountryInfo corresponding to given identifiers or null.
See Also