Wallee Android Till SDK
Toggle table of contents
Wallee Android Till SDK
Platform filter
Wallee Android Till SDK
Switch theme
Search in API
Wallee Android Till SDK
Wallee Android Till SDK
/
com.wallee.android.till.sdk.data
/
Transaction
Transaction
class
Transaction
The transaction data for
authorizeTransaction
API call.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Properties
billing
Address
Link copied to clipboard
val
billingAddress
:
Address
currency
Link copied to clipboard
val
currency
:
Currency
customer
Email
Address
Link copied to clipboard
val
customerEmailAddress
:
String
customer
Id
Link copied to clipboard
val
customerId
:
String
custom
Text
Link copied to clipboard
val
customText
:
String
generate
Pan
Token
Link copied to clipboard
val
generatePanToken
:
Boolean
invoice
Reference
Link copied to clipboard
val
invoiceReference
:
String
language
Link copied to clipboard
val
language
:
String
line
Items
Link copied to clipboard
val
lineItems
:
List
<
LineItem
>
merchant
Reference
Link copied to clipboard
val
merchantReference
:
String
meta
Data
Link copied to clipboard
val
metaData
:
Map
<
String
,
String
>
shipping
Address
Link copied to clipboard
val
shippingAddress
:
Address
show
Trx
Result
Screens
Link copied to clipboard
val
showTrxResultScreens
:
Boolean
transaction
Processing
Behavior
Link copied to clipboard
val
transactionProcessingBehavior
:
TransactionProcessingBehavior
transaction
Ref
Number
Link copied to clipboard
val
transactionRefNumber
:
String
transaction
Sync
Number
Link copied to clipboard
val
transactionSyncNumber
:
Integer
Functions
get
Total
Amount
Including
Tax
Link copied to clipboard
open
fun
getTotalAmountIncludingTax
(
)
:
BigDecimal
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String