Interface PaymentMethodCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface PaymentMethodCustomTypeSetMessagePayload extends MessagePayload

Generated after adding a Custom Type to a Payment Method using the Set Custom Type update action.


Example to create an instance using the builder pattern

     PaymentMethodCustomTypeSetMessagePayload paymentMethodCustomTypeSetMessagePayload = PaymentMethodCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()