Interface MyCustomerUpdateAction

All Superinterfaces:
ResourceUpdateAction<MyCustomerUpdateAction>
All Known Subinterfaces:
MyCustomerAddAddressAction, MyCustomerAddBillingAddressIdAction, MyCustomerAddShippingAddressIdAction, MyCustomerChangeAddressAction, MyCustomerChangeEmailAction, MyCustomerRemoveAddressAction, MyCustomerRemoveBillingAddressIdAction, MyCustomerRemoveShippingAddressIdAction, MyCustomerSetCompanyNameAction, MyCustomerSetCustomFieldAction, MyCustomerSetCustomTypeAction, MyCustomerSetDateOfBirthAction, MyCustomerSetDefaultBillingAddressAction, MyCustomerSetDefaultShippingAddressAction, MyCustomerSetFirstNameAction, MyCustomerSetLastNameAction, MyCustomerSetLocaleAction, MyCustomerSetMiddleNameAction, MyCustomerSetSalutationAction, MyCustomerSetTitleAction, MyCustomerSetVatIdAction

public interface MyCustomerUpdateAction extends ResourceUpdateAction<MyCustomerUpdateAction>
MyCustomerUpdateAction
Example to create a subtype instance using the builder pattern

     MyCustomerUpdateAction myCustomerUpdateAction = MyCustomerUpdateAction.addAddressBuilder()
             address(addressBuilder -> addressBuilder)
             .build()