Interface OrderSetBillingAddressCustomTypeAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderSetBillingAddressCustomTypeActionImpl

public interface OrderSetBillingAddressCustomTypeAction extends OrderUpdateAction
OrderSetBillingAddressCustomTypeAction
Example to create an instance using the builder pattern

     OrderSetBillingAddressCustomTypeAction orderSetBillingAddressCustomTypeAction = OrderSetBillingAddressCustomTypeAction.builder()
             .build()