interface PaymentStatusDraft {
    interfaceCode?: string;
    interfaceText?: string;
    state?: StateResourceIdentifier;
}

Properties

interfaceCode?: string

External reference that identifies the current status of the Payment.

interfaceText?: string

Text describing the current status of the Payment.

Generated using TypeDoc