@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Transaction
extends Object
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
amount(String amount) |
Transaction |
billingAddress(BillingAddress billingAddress) |
Transaction |
currencyCode(String currencyCode) |
Transaction |
customInfo(CustomInfo customInfo) |
Transaction |
deviceIp(String deviceIp) |
boolean |
equals(Object o) |
String |
getAmount()
The item unit price in numbers, in the base unit of the currency_code.e.g.
|
BillingAddress |
getBillingAddress()
Get billingAddress
|
String |
getCurrencyCode()
The [ISO-4217](http://en.wikipedia.org/wiki/ISO_4217) currency code for the amount.
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDeviceIp()
IP address of the request made by the user.
|
Boolean |
getIsFirstTimeBuyer()
Is user first time buyer.
|
String |
getOrderId()
The ID for tracking this order in your system.
|
String |
getOriginTimestamp()
Represents the time the event occured in your system.
|
PaymentMethod |
getPaymentMethod()
Get paymentMethod
|
String |
getSessionId()
The user's current session ID, used to tie a user's action before and after login or account creation.
|
ShippingAddress |
getShippingAddress()
Get shippingAddress
|
String |
getTransactionId()
The ID for identifying this transaction.
|
String |
getTransactionStatus()
Use _transactionStatus to indicate the status of the transaction.
|
String |
getTransactionType()
The type of transaction being recorded.
|
String |
getUserEmail()
Email of the user creating this order.
|
String |
getUserId()
The user's account ID according to your systems.
|
int |
hashCode() |
Transaction |
isFirstTimeBuyer(Boolean isFirstTimeBuyer) |
Transaction |
orderId(String orderId) |
Transaction |
originTimestamp(String originTimestamp) |
Transaction |
paymentMethod(PaymentMethod paymentMethod) |
Transaction |
sessionId(String sessionId) |
void |
setAmount(String amount) |
void |
setBillingAddress(BillingAddress billingAddress) |
void |
setCurrencyCode(String currencyCode) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDeviceIp(String deviceIp) |
void |
setIsFirstTimeBuyer(Boolean isFirstTimeBuyer) |
void |
setOrderId(String orderId) |
void |
setOriginTimestamp(String originTimestamp) |
void |
setPaymentMethod(PaymentMethod paymentMethod) |
void |
setSessionId(String sessionId) |
void |
setShippingAddress(ShippingAddress shippingAddress) |
void |
setTransactionId(String transactionId) |
void |
setTransactionStatus(String transactionStatus) |
void |
setTransactionType(String transactionType) |
void |
setUserEmail(String userEmail) |
void |
setUserId(String userId) |
Transaction |
shippingAddress(ShippingAddress shippingAddress) |
String |
toString() |
Transaction |
transactionId(String transactionId) |
Transaction |
transactionStatus(String transactionStatus) |
Transaction |
transactionType(String transactionType) |
Transaction |
userEmail(String userEmail) |
Transaction |
userId(String userId) |
public Transaction userId(String userId)
public String getUserId()
public void setUserId(String userId)
public Transaction sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public Transaction orderId(String orderId)
public String getOrderId()
public void setOrderId(String orderId)
public Transaction transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public Transaction deviceIp(String deviceIp)
public String getDeviceIp()
public void setDeviceIp(String deviceIp)
public Transaction originTimestamp(String originTimestamp)
public String getOriginTimestamp()
public void setOriginTimestamp(String originTimestamp)
public Transaction userEmail(String userEmail)
public String getUserEmail()
public void setUserEmail(String userEmail)
public Transaction amount(String amount)
public String getAmount()
public void setAmount(String amount)
public Transaction currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public Transaction transactionType(String transactionType)
public String getTransactionType()
public void setTransactionType(String transactionType)
public Transaction transactionStatus(String transactionStatus)
public String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
public Transaction isFirstTimeBuyer(Boolean isFirstTimeBuyer)
public Boolean getIsFirstTimeBuyer()
public void setIsFirstTimeBuyer(Boolean isFirstTimeBuyer)
public Transaction billingAddress(BillingAddress billingAddress)
public BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public Transaction shippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public Transaction paymentMethod(PaymentMethod paymentMethod)
public PaymentMethod getPaymentMethod()
public void setPaymentMethod(PaymentMethod paymentMethod)
public Transaction customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.