Uses of Class
com.onlinepayments.domain.OperationOutput
Packages that use OperationOutput
-
Uses of OperationOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OperationOutputModifier and TypeMethodDescriptionOperationOutput.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesOur unique payment transaction identifierOperationOutput.withOperationReferences(OperationPaymentReferences value) Object that holds all reference properties that are linked to this transactionOperationOutput.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.Methods in com.onlinepayments.domain that return types with arguments of type OperationOutputModifier and TypeMethodDescriptionPaymentDetailsResponse.getOperations()Object that contains the complete list of operations executed on the payment.Method parameters in com.onlinepayments.domain with type arguments of type OperationOutputModifier and TypeMethodDescriptionvoidPaymentDetailsResponse.setOperations(List<OperationOutput> value) Object that contains the complete list of operations executed on the payment.PaymentDetailsResponse.withOperations(List<OperationOutput> value) Object that contains the complete list of operations executed on the payment.