@ptkl/sdk - v1.3.4
    Preparing search index...

    Type Alias MinimaxIssuedInvoicePaymentMethod

    type MinimaxIssuedInvoicePaymentMethod = {
        AlreadyPaid: string;
        Amount: number;
        AmountInDomesticCurrency: number;
        CashRegister: MinimaxReference;
        IssuedInvoice: MinimaxReference;
        IssuedInvoicePaymentMethodId: number;
        PaymentMethod: MinimaxReference;
        RecordDtModified: string;
        Revenue: MinimaxReference;
        RevenueDate: string;
        RowVersion: string;
    }
    Index

    Properties

    AlreadyPaid: string
    Amount: number
    AmountInDomesticCurrency: number
    CashRegister: MinimaxReference
    IssuedInvoice: MinimaxReference
    IssuedInvoicePaymentMethodId: number
    PaymentMethod: MinimaxReference
    RecordDtModified: string
    RevenueDate: string
    RowVersion: string