Package com.onlinepayments.domain
Class RefundRequest
java.lang.Object
com.onlinepayments.domain.RefundRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesThe identifier of the capture that is used for partial refund.Object that holds all reference properties that are linked to this transactionObject that holds all reference properties that are linked to this transaction.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetCaptureId(String value) The identifier of the capture that is used for partial refund.voidObject that holds all reference properties that are linked to this transactionvoidsetReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithCaptureId(String value) The identifier of the capture that is used for partial refund.Object that holds all reference properties that are linked to this transactionwithReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.
-
Constructor Details
-
RefundRequest
public RefundRequest()
-
-
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 -
getCaptureId
The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments. -
setCaptureId
The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments. -
withCaptureId
The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments. -
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 -
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.
-