Interface MyCustomerAddBillingAddressIdAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerAddBillingAddressIdActionImpl

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()