Interface CartSetBillingAddressAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetBillingAddressActionImpl

CartSetBillingAddressAction
Example to create an instance using the builder pattern

     CartSetBillingAddressAction cartSetBillingAddressAction = CartSetBillingAddressAction.builder()
             .build()