ShoppingCartServiceSetBillToCustomer(ICustomerIdentity) Method
Sets the bill-to customer of the shopping cart. This will persist even if the cart main customer is changed.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SetBillToCustomer(
ICustomerIdentity customer
)
Public Sub SetBillToCustomer (
customer As ICustomerIdentity
)
public:
void SetBillToCustomer(
ICustomerIdentity^ customer
)
member SetBillToCustomer :
customer : ICustomerIdentity -> unit
Parameters
- customer ICustomerIdentity
- The customer to set as bill-to customer