public class Transaction extends Object
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmount()
Object containing amount and ISO currency code attributes
|
String |
getLocalDateTime()
This must be the DateTime of the buyer's browser
Entered in the following format: YYYY-MM-DDTHH:MM:SS.
|
void |
setAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setLocalDateTime(String value)
This must be the DateTime of the buyer's browser
Entered in the following format: YYYY-MM-DDTHH:MM:SS.
|
Transaction |
withAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
Transaction |
withLocalDateTime(String value)
This must be the DateTime of the buyer's browser
Entered in the following format: YYYY-MM-DDTHH:MM:SS.
|
public AmountOfMoney getAmount()
public void setAmount(AmountOfMoney value)
public Transaction withAmount(AmountOfMoney value)
public String getLocalDateTime()
public void setLocalDateTime(String value)
public Transaction withLocalDateTime(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.