ShoppingCartServiceSetBillingAddress Method
Sets the billing address of the shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SetBillingAddress(
ICustomerAddressIdentity billingAddress
)
Public Sub SetBillingAddress (
billingAddress As ICustomerAddressIdentity
)
public:
virtual void SetBillingAddress(
ICustomerAddressIdentity^ billingAddress
) sealed
abstract SetBillingAddress :
billingAddress : ICustomerAddressIdentity -> unit
override SetBillingAddress :
billingAddress : ICustomerAddressIdentity -> unit
Parameters
- billingAddress ICustomerAddressIdentity
- The billing address to set