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
)
Function GetAddressInfo (
resellerId As Guid,
identifier As String,
type As EntityType
) As AddressInfo
AddressInfo^ GetAddressInfo(
Guid resellerId,
String^ identifier,
EntityType type
)
abstract GetAddressInfo :
resellerId : Guid *
identifier : string *
type : EntityType -> AddressInfo
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:
AddressInfoRequested address info.
See Also