Interface StatusType

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

Properties

isDone: Boolean
isFail: Boolean
paymentOrder: PaymentOrderType

Generated using TypeDoc