public class TransactionLevelFeeReportRow extends Object
| Constructor and Description |
|---|
TransactionLevelFeeReportRow(org.apache.commons.csv.CSVRecord record) |
private String merchantAccountId
private String transactionId
private String originalTransactionId
private String transactionType
private String presentmentCurrency
private String settlementCurrency
private BigDecimal settlementAmount
private Calendar settlementDate
private Calendar disbursementDate
private String paymentInstrument
private String cardBrand
private String cardType
private String first6OfCreditCard
private String issuingBank
private BigDecimal refundedAmount
private BigDecimal exchangeRate
private String orderId
private String acquirerReferenceNumber
private String cardIssuingCountry
private BigDecimal discount
private BigDecimal discountCredit
private BigDecimal perTransactionFee
private BigDecimal perTransactionFeeCredit
private String interchangeDescription
private String interchangeCurrency
private BigDecimal estInterchangeRate
private BigDecimal estInterchangeRateCredit
private BigDecimal estInterchangeFixed
private BigDecimal estInterchangeFixedCredit
private BigDecimal estInterchangeTotalAmount
private BigDecimal estTotalFeeAmount
private BigDecimal braintreeTotalAmount
private BigDecimal originalSaleAmount
private String refundType
private BigDecimal multicurrencyFeeAmount
private BigDecimal multicurrencyFeeCredit
private BigDecimal totalFeeAmount
public TransactionLevelFeeReportRow(org.apache.commons.csv.CSVRecord record)
throws ParseException
ParseExceptionpublic String getMerchantAccountId()
public String getTransactionId()
public String getOriginalTransactionId()
public String getTransactionType()
public String getPresentmentCurrency()
public String getSettlementCurrency()
public BigDecimal getSettlementAmount()
public Calendar getSettlementDate()
public Calendar getDisbursementDate()
public String getPaymentInstrument()
public String getCardBrand()
public String getCardType()
public String getFirst6OfCreditCard()
public String getIssuingBank()
public BigDecimal getRefundedAmount()
public BigDecimal getExchangeRate()
public String getOrderId()
public String getAcquirerReferenceNumber()
public String getCardIssuingCountry()
public BigDecimal getDiscount()
public BigDecimal getDiscountCredit()
public BigDecimal getPerTransactionFee()
public BigDecimal getPerTransactionFeeCredit()
public BigDecimal getBraintreeTotalAmount()
public String getInterchangeDescription()
public String getInterchangeCurrency()
public BigDecimal getEstInterchangeRate()
public BigDecimal getEstInterchangeRateCredit()
public BigDecimal getEstInterchangeFixed()
public BigDecimal getEstInterchangeFixedCredit()
public BigDecimal getEstInterchangeTotalAmount()
public BigDecimal getEstTotalFeeAmount()
public BigDecimal getOriginalSaleAmount()
public String getRefundType()
public BigDecimal getMulticurrencyFeeAmount()
public BigDecimal getMulticurrencyFeeCredit()
public BigDecimal getTotalFeeAmount()
private Calendar parseDate(String dateString) throws ParseException
ParseExceptionprivate BigDecimal maybeParseBigDecimal(String numberString) throws NumberFormatException
NumberFormatExceptionCopyright © 2013-2018. All Rights Reserved.