Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommitDetail

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

Hierarchy

  • CommitDetail

Index

Constructors

  • new CommitDetail(commerceCode: string, buyOrder: string, idQueryInstallments: undefined | number, deferredPeriodIndex: undefined | number, gracePeriod: undefined | boolean): CommitDetail

Properties

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

Methods

  • toPlainObject(): { buy_order: string; commerce_code: string; deferred_period_index: undefined | number; grace_period: undefined | boolean; id_query_installments: undefined | number }
  • 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