Click or drag to resize

IAtomiaBillingApiGetAddressInfo Method

Gets the address of an entity defined by an identifier (e.g. social security number).

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

Parameters

identifier
Type: SystemString
The identifier to search for in the configured provider.
resellerId
Type: SystemGuid
The reseller to use plugin settings for when connecting to the provider.
type
Type: Atomia.Billing.Core.Sdk.PluginsEntityType
Type of requested entity.

Return Value

Type: AddressInfo
The address information for the entity.
See Also