Interface CustomerAddBillingAddressIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerAddBillingAddressIdAction extends CustomerUpdateAction

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


Example to create an instance using the builder pattern

     CustomerAddBillingAddressIdAction customerAddBillingAddressIdAction = CustomerAddBillingAddressIdAction.builder()
             .build()