public class OperationOutput extends Object
| Constructor and Description |
|---|
OperationOutput() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
String |
getId()
Our unique payment transaction identifier
|
String |
getPaymentMethod()
Payment method identifier used by the our payment engine.
|
PaymentReferences |
getReferences()
Object that holds all reference properties that are linked to this transaction
|
String |
getStatus()
Current high-level status of the payment in a human-readable form.
|
PaymentStatusOutput |
getStatusOutput()
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setId(String value)
Our unique payment transaction identifier
|
void |
setPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
void |
setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
setStatus(String value)
Current high-level status of the payment in a human-readable form.
|
void |
setStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
OperationOutput |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
OperationOutput |
withId(String value)
Our unique payment transaction identifier
|
OperationOutput |
withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
OperationOutput |
withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
OperationOutput |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
OperationOutput |
withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public OperationOutput withAmountOfMoney(AmountOfMoney value)
public String getId()
public void setId(String value)
public OperationOutput withId(String value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
public OperationOutput withPaymentMethod(String value)
public PaymentReferences getReferences()
public void setReferences(PaymentReferences value)
public OperationOutput withReferences(PaymentReferences value)
public String getStatus()
public void setStatus(String value)
public OperationOutput withStatus(String value)
public PaymentStatusOutput getStatusOutput()
public void setStatusOutput(PaymentStatusOutput value)
public OperationOutput withStatusOutput(PaymentStatusOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.