Interface StagedOrderSetBillingAddressCustomFieldAction

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

StagedOrderSetBillingAddressCustomFieldAction
Example to create an instance using the builder pattern

     StagedOrderSetBillingAddressCustomFieldAction stagedOrderSetBillingAddressCustomFieldAction = StagedOrderSetBillingAddressCustomFieldAction.builder()
             .name("{name}")
             .build()