Class CommitDetail

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

Constructors

  • Parameters

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

    Returns CommitDetail

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;
    }