Interface MyCustomerAddBillingAddressIdAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerAddBillingAddressIdAction extends MyCustomerUpdateAction

Adds an address from the addresses array to billingAddressIds. Either addressId or addressKey is required.


Example to create an instance using the builder pattern

     MyCustomerAddBillingAddressIdAction myCustomerAddBillingAddressIdAction = MyCustomerAddBillingAddressIdAction.builder()
             .build()