Interface OrderBillingAddressSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface OrderBillingAddressSetMessagePayload extends OrderMessagePayload

Generated after a successful Set Billing Address update action.


Example to create an instance using the builder pattern

     OrderBillingAddressSetMessagePayload orderBillingAddressSetMessagePayload = OrderBillingAddressSetMessagePayload.builder()
             .build()