paygreenjs
    Preparing search index...

    Interface StatusType

    interface StatusType {
        amounts: StatusAmounts;
        flows: PaymentFlowType[];
        isDone: boolean;
        isFail: boolean;
        lang: string;
        loading: StatusLoading;
        paymentOrder: PaymentOrderType | null;
        stage: StatusStageType;
    }
    Index

    Properties

    amounts: StatusAmounts
    isDone: boolean
    isFail: boolean
    lang: string
    loading: StatusLoading
    paymentOrder: PaymentOrderType | null