Interface PaymentFlowType

interface PaymentFlowType {
    amount: number;
    instrument?: string;
    method: string;
    status: string;
    token?: string;
}

Properties

amount: number
instrument?: string
method: string
status: string
token?: string

Generated using TypeDoc