Class TransactionDetail

Class used to represent "child" transactions in Webpay Plus Mall and Oneclick Mall

Constructors

Properties

amount: number
buyOrder: string
commerceCode: string
installmentsNumber: undefined | number

Methods

  • Returns {
        amount: number;
        buy_order: string;
        commerce_code: string;
        installments_number: undefined | number;
    }