Interface StagedOrderSetBillingAddressAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderSetBillingAddressActionImpl

StagedOrderSetBillingAddressAction
Example to create an instance using the builder pattern

     StagedOrderSetBillingAddressAction stagedOrderSetBillingAddressAction = StagedOrderSetBillingAddressAction.builder()
             .build()