Interface StatusType

interface StatusType {
    flows: PaymentFlowType[];
    isDone: boolean;
    isFail: boolean;
    paymentOrder: PaymentOrderType;
}

Properties

isDone: boolean
isFail: boolean
paymentOrder: PaymentOrderType