CustomerCreatedEventArgsShippingAccountAddress Property |
Gets or sets the shipping account address.
Namespace:
Atomia.Billing.Core.Sdk.Events.Customers
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AccountAddress ShippingAccountAddress { get; set; }
Public Property ShippingAccountAddress As AccountAddress
Get
Set
public:
property AccountAddress^ ShippingAccountAddress {
AccountAddress^ get ();
void set (AccountAddress^ value);
}
member ShippingAccountAddress : AccountAddress with get, set
Property Value
Type:
AccountAddressThe shipping account address.
See Also