public class Transaction extends Object
| Constructor and Description |
|---|
Transaction() |
public Long getId()
public void setId(Long id)
public String getMemo()
public void setMemo(String memo)
public String getKind()
public void setKind(String kind)
public String getType()
public void setType(String type)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Date getCreateAt()
public void setCreateAt(Date createAt)
public String getTransactionType()
public void setTransactionType(String transactionType)
public Long getTaxId()
public void setTaxId(Long taxId)
public String getGatewayUsed()
public void setGatewayUsed(String gatewayUsed)
public Long getGatewayOrderId()
public void setGatewayOrderId(Long gatewayOrderId)
public String getGatewayTransactionId()
public void setGatewayTransactionId(String gatewayTransactionId)
public Long getStartingBalanceInCents()
public void setStartingBalanceInCents(Long startingBalanceInCents)
public Long getEndingBalanceInCents()
public void setEndingBalanceInCents(Long endingBalanceInCents)
public Long getOriginalAmountInCents()
public void setOriginalAmountInCents(Long originalAmountInCents)
public Long getDiscountAmountInCents()
public void setDiscountAmountInCents(Long discountAmountInCents)
public Long getTaxableAmountInCents()
public void setTaxableAmountInCents(Long taxableAmountInCents)
public Long getAmountInCents()
public void setAmountInCents(Long amountInCents)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public Long getComponentId()
public void setComponentId(Long componentId)
public Long getStatementId()
public void setStatementId(Long statementId)
public Long getSubscriptionId()
public void setSubscriptionId(Long subscriptionId)
public Long getPaymentId()
public void setPaymentId(Long paymentId)
public Long getProductId()
public void setProductId(Long productId)
public String getCardNumber()
public void setCardNumber(String cardNumber)
public String getCardExpiration()
public void setCardExpiration(String cardExpiration)
public String getCardType()
public void setCardType(String cardType)
public Long getInvoiceId()
public void setInvoiceId(Long invoiceId)
Copyright © 2019. All rights reserved.