Interface OrderSetBillingAddressAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>

public interface OrderSetBillingAddressAction extends OrderUpdateAction

This action updates the billingAddress on the Order, but it does not change the billing address on the referenced Cart from which the Order is created.

Produces the Order Billing Address Set Message.


Example to create an instance using the builder pattern

     OrderSetBillingAddressAction orderSetBillingAddressAction = OrderSetBillingAddressAction.builder()
             .build()
 
  • Field Details

    • SET_BILLING_ADDRESS

      static final String SET_BILLING_ADDRESS
      discriminator value for OrderSetBillingAddressAction
      See Also:
  • Method Details