Package com.wallee.android.till.sdk.data
Class Transaction
- java.lang.Object
-
- com.wallee.android.till.sdk.data.Transaction
-
public final class Transaction extends Object
The transaction data forApiClient.authorizeTransaction(Transaction)
API call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Transaction.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getBillingAddress()
Currency
getCurrency()
String
getCustomerEmailAddress()
String
getCustomerId()
String
getCustomText()
Boolean
getGeneratePanToken()
String
getInvoiceReference()
String
getLanguage()
List<LineItem>
getLineItems()
String
getMerchantReference()
Map<String,String>
getMetaData()
Address
getShippingAddress()
BigDecimal
getTotalAmountIncludingTax()
TransactionProcessingBehavior
getTransactionProcessingBehavior()
String
getTransactionRefNumber()
Integer
getTransactionSyncNumber()
String
toString()
-
-
-
Method Detail
-
getCurrency
public Currency getCurrency()
-
getMerchantReference
public String getMerchantReference()
-
getInvoiceReference
public String getInvoiceReference()
-
getCustomerId
public String getCustomerId()
-
getCustomerEmailAddress
public String getCustomerEmailAddress()
-
getBillingAddress
public Address getBillingAddress()
-
getShippingAddress
public Address getShippingAddress()
-
getTransactionProcessingBehavior
public TransactionProcessingBehavior getTransactionProcessingBehavior()
-
getCustomText
public String getCustomText()
-
getLanguage
public String getLanguage()
-
getTransactionSyncNumber
public Integer getTransactionSyncNumber()
-
getGeneratePanToken
public Boolean getGeneratePanToken()
-
getTransactionRefNumber
public String getTransactionRefNumber()
-
getTotalAmountIncludingTax
public BigDecimal getTotalAmountIncludingTax()
-
-