Interface CustomerBillingAddressAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerBillingAddressAddedMessagePayload extends MessagePayload

Generated after a successful Add Billing Address ID update action.


Example to create an instance using the builder pattern

     CustomerBillingAddressAddedMessagePayload customerBillingAddressAddedMessagePayload = CustomerBillingAddressAddedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()