Interface PaymentSetTransactionCustomTypeAction

interface PaymentSetTransactionCustomTypeAction {
    action: "setTransactionCustomType";
    fields?: FieldContainer;
    transactionId: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setTransactionCustomType"

Sets the Custom Fields fields for the Transaction.

transactionId: string

Unique identifier of the Transaction. If the specified transactionId does not exist, the request will fail with an InvalidOperation error.

Defines the Type that extends the Transaction with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Transaction.

Generated using TypeDoc