Interface CustomerBillingAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerBillingAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Billing Address ID update action.


Example to create an instance using the builder pattern

     CustomerBillingAddressRemovedMessagePayload customerBillingAddressRemovedMessagePayload = CustomerBillingAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()