Interface PaymentMethodInfoCustomTypeSetMessagePayload

Generated after adding Custom Fields to a PaymentMethodInfo using the Set MethodInfo Custom Type update action on Payments and the Set MethodInfo Custom Type update action on My Payments.

interface PaymentMethodInfoCustomTypeSetMessagePayload {
    customFields: CustomFields;
    oldTypeId?: string;
    type: "PaymentMethodInfoCustomTypeSet";
}

Hierarchy (View Summary)

Properties

customFields: CustomFields

The Custom Fields that were set.

oldTypeId?: string

id of the previous Type. Absent if there was no previous Custom Type present.

type: "PaymentMethodInfoCustomTypeSet"