Interface CustomerSetDefaultBillingAddressAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetDefaultBillingAddressAction extends CustomerUpdateAction

Sets the default billing address from addresses. The action adds the id of the specified Address to the billingAddressIds if not contained already. Either addressId or addressKey is required.


Example to create an instance using the builder pattern

     CustomerSetDefaultBillingAddressAction customerSetDefaultBillingAddressAction = CustomerSetDefaultBillingAddressAction.builder()
             .build()
 
  • Field Details

    • SET_DEFAULT_BILLING_ADDRESS

      static final String SET_DEFAULT_BILLING_ADDRESS
      discriminator value for CustomerSetDefaultBillingAddressAction
      See Also:
  • Method Details