paygreenjs
    Preparing search index...

    Interface PaymentFlowType

    interface PaymentFlowType {
        amount: number;
        donation?: DonationType;
        error?: ErrorFlowType;
        instrument?: string;
        method: string | null;
        operation?: { id?: string };
        status: string;
        token?: string;
    }
    Index

    Properties

    amount: number
    donation?: DonationType
    instrument?: string
    method: string | null
    operation?: { id?: string }
    status: string
    token?: string