Interface OrderBillingAddressSetMessagePayload

All Superinterfaces:
MessagePayload, OrderMessagePayload
All Known Implementing Classes:
OrderBillingAddressSetMessagePayloadImpl

Generated after a successful Set Billing Address update action.


Example to create an instance using the builder pattern

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