urembo-hub-api
    Preparing search index...

    Interface EscrowTransaction

    interface EscrowTransaction {
        amount: number;
        commissionRate: number;
        createdAt: Date;
        currency: string;
        customerId: string;
        orderId: string;
        paystackReference?: string;
        platformAmount: number;
        releasedAt?: Date;
        status: "pending" | "refunded" | "disputed" | "held" | "released";
        vendorAmount: number;
        vendorId: string;
        vendorSubaccountId?: string;
    }
    Index

    Properties

    amount: number
    commissionRate: number
    createdAt: Date
    currency: string
    customerId: string
    orderId: string
    paystackReference?: string
    platformAmount: number
    releasedAt?: Date
    status: "pending" | "refunded" | "disputed" | "held" | "released"
    vendorAmount: number
    vendorId: string
    vendorSubaccountId?: string