public class PaymentOperation extends Object
| Constructor and Description |
|---|
PaymentOperation() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
String |
getId()
A unique identifier of the operation, generated by us.
|
String |
getStatus()
Status of the operation.
|
String |
getTimestamp()
Date and time of the operation.Format: YYYYMMDDHH24MISS
|
String |
getType()
The type of operation.
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setId(String value)
A unique identifier of the operation, generated by us.
|
void |
setStatus(String value)
Status of the operation.
|
void |
setTimestamp(String value)
Date and time of the operation.Format: YYYYMMDDHH24MISS
|
void |
setType(String value)
The type of operation.
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public String getId()
public void setId(String value)
public String getStatus()
Status of the operation. Possible values of a capture operation are:
Possible values of a refund operation are:
public void setStatus(String value)
Status of the operation. Possible values of a capture operation are:
Possible values of a refund operation are:
public String getTimestamp()
public void setTimestamp(String value)
public String getType()
public void setType(String value)
Copyright © 2025 Worldline Global Collect. All rights reserved.