@tax1driver/ts-payu
    Preparing search index...

    Interface PayoutResponse

    interface PayoutResponse {
        amount: number;
        creationDateTime: string;
        currencyCode: string;
        description?: string;
        extPayoutId?: string;
        payoutId: string;
        payoutStatus?: Status;
        shopId: string;
        status: string;
        statusDateTime: string;
    }
    Index

    Properties

    amount: number
    creationDateTime: string
    currencyCode: string
    description?: string
    extPayoutId?: string
    payoutId: string
    payoutStatus?: Status
    shopId: string
    status: string
    statusDateTime: string