Click or drag to resize

IAddressFetchPluginGetAddressInfo Method

Retrieves the address info for a customer identified by an identifier, using the provider that this plugin is for.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
AddressInfo GetAddressInfo(
	Guid resellerId,
	string identifier,
	EntityType type
)

Parameters

resellerId
Type: SystemGuid
The id of the reseller.
identifier
Type: SystemString
The customer to fetch the address for.
type
Type: Atomia.Billing.Core.Sdk.PluginsEntityType
Entity type.

Return Value

Type: AddressInfo
Requested address info.
See Also