Package com.onlinepayments.domain
Class OperationOutput
java.lang.Object
com.onlinepayments.domain.OperationOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesgetId()Our unique payment transaction identifierObject that holds all reference properties that are linked to this transactionPayment method identifier used by the our payment engine.Object that holds all reference properties that are linked to this transaction.Current high-level status of the payment in a human-readable form.This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidOur unique payment transaction identifiervoidObject that holds all reference properties that are linked to this transactionvoidsetPaymentMethod(String value) Payment method identifier used by the our payment engine.voidsetReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidCurrent high-level status of the payment in a human-readable form.voidThis object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesOur unique payment transaction identifierObject that holds all reference properties that are linked to this transactionwithPaymentMethod(String value) Payment method identifier used by the our payment engine.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.withStatus(String value) Current high-level status of the payment in a human-readable form.This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
-
Constructor Details
-
OperationOutput
public OperationOutput()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getId
Our unique payment transaction identifier -
setId
Our unique payment transaction identifier -
withId
Our unique payment transaction identifier -
getOperationReferences
Object that holds all reference properties that are linked to this transaction -
setOperationReferences
Object that holds all reference properties that are linked to this transaction -
withOperationReferences
Object that holds all reference properties that are linked to this transaction -
getPaymentMethod
Payment method identifier used by the our payment engine. -
setPaymentMethod
Payment method identifier used by the our payment engine. -
withPaymentMethod
Payment method identifier used by the our payment engine. -
getReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead. -
setReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead. -
withReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead. -
getStatus
Current high-level status of the payment in a human-readable form. -
setStatus
Current high-level status of the payment in a human-readable form. -
withStatus
Current high-level status of the payment in a human-readable form. -
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. In case of failed payments and negative scenarios, detailed error information is listed. -
setStatusOutput
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed. -
withStatusOutput
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
-