Class CommitDetail

Class used to represent "child" transactions in Transacción Completa when commiting the "parent" transaction

Constructors

Properties

buyOrder: string
commerceCode: string
deferredPeriodIndex: undefined | number
gracePeriod: undefined | boolean
idQueryInstallments: undefined | number

Methods

  • Returns {
        buy_order: string;
        commerce_code: string;
        deferred_period_index: undefined | number;
        grace_period: undefined | boolean;
        id_query_installments: undefined | number;
    }

    • buy_order: string
    • commerce_code: string
    • deferred_period_index: undefined | number
    • grace_period: undefined | boolean
    • id_query_installments: undefined | number

Generated using TypeDoc