Interface CustomerDefaultBillingAddressSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerDefaultBillingAddressSetMessagePayload extends MessagePayload

Generated after a successful Set Default Billing Address update action.


Example to create an instance using the builder pattern

     CustomerDefaultBillingAddressSetMessagePayload customerDefaultBillingAddressSetMessagePayload = CustomerDefaultBillingAddressSetMessagePayload.builder()
             .build()