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()
 
  • Field Details

    • ADD_BILLING_ADDRESS_ID

      static final String ADD_BILLING_ADDRESS_ID
      discriminator value for MyCustomerAddBillingAddressIdAction
      See Also:
  • Method Details