Interface StagedOrderSetBillingAddressCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetBillingAddressCustomFieldAction extends StagedOrderUpdateAction
StagedOrderSetBillingAddressCustomFieldAction
Example to create an instance using the builder pattern

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