public class Transaction extends Event
Transaction to record attempts to exchange money, credit or other tokens of value.
Transaction is most commonly used to record the results of interactions with a payment gateway, e.g.,
recording that a credit card authorization attempt failed.
See: Initial Integration Tutorial.| Constructor and Description |
|---|
Transaction() |
addCustomField, getApiKey, getCustomFields, getEventType, getTime, setApiKey, setTimepublic String getUserId()
public String getUserEmail()
public TransactionType getTransactionType()
public TransactionStatus getTransactionStatus()
public Long getAmount()
public String getCurrencyCode()
public String getOrderId()
public String getTransactionId()
public Address getBillingAddress()
public PaymentMethod getPaymentMethod()
public Address getShippingAddress()
public String getSessionId()
public String getSellerUserId()
public Transaction setUserId(String userId)
public Transaction setUserEmail(String userEmail)
public Transaction setTransactionType(TransactionType transactionType)
public Transaction setTransactionStatus(TransactionStatus transactionStatus)
public Transaction setAmount(Long amount)
public Transaction setCurrencyCode(String currencyCode)
public Transaction setOrderId(String orderId)
public Transaction setTransactionId(String transactionId)
public Transaction setBillingAddress(Address billingAddress)
public Transaction setPaymentMethod(PaymentMethod paymentMethod)
public Transaction setShippingAddress(Address shippingAddress)
public Transaction setSessionId(String sessionId)
public Transaction setSellerUserId(String sellerUserId)
Copyright © 2014. All rights reserved.