@cfxlabsinc/b2b-services
    Preparing search index...
    type Order = {
        amount: number;
        beneficiaryAccount: string;
        beneficiaryAccountType: number;
        beneficiaryName: string;
        beneficiaryRfcCurp: string | null;
        captureTimestamp: number;
        cepName: string | null;
        cepRfc: string | null;
        cepURL: string | null;
        company: string;
        counterpartInstitution: number;
        deliveryMethod: number;
        id: number;
        numericReference: number;
        operatingInstitution: number;
        operationDate: number;
        orderingAccount: string;
        orderingAccountType: number;
        orderingName: string;
        orderingRfcCurp: string;
        paymentConcept: string;
        paymentType: number;
        returnReason?: string | number | null;
        returnTrackingKey?: string | number | null;
        seal: string | null;
        settlementTimestamp: number | null;
        status: string;
        trackingKey: string;
    }
    Index

    Properties

    amount: number
    beneficiaryAccount: string
    beneficiaryAccountType: number
    beneficiaryName: string
    beneficiaryRfcCurp: string | null
    captureTimestamp: number
    cepName: string | null
    cepRfc: string | null
    cepURL: string | null
    company: string
    counterpartInstitution: number
    deliveryMethod: number
    id: number
    numericReference: number
    operatingInstitution: number
    operationDate: number
    orderingAccount: string
    orderingAccountType: number
    orderingName: string
    orderingRfcCurp: string
    paymentConcept: string
    paymentType: number
    returnReason?: string | number | null
    returnTrackingKey?: string | number | null
    seal: string | null
    settlementTimestamp: number | null
    status: string
    trackingKey: string