transbank-sdk
    Preparing search index...

    Class CommitDetail

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

    Index

    Constructors

    • Parameters

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

      Returns CommitDetail

    Properties

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

    Methods

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