Package com.onlinepayments.domain
Class CapturePaymentRequest
java.lang.Object
com.onlinepayments.domain.CapturePaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHere you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).This property indicates whether this will be the final operation.Object that holds all reference properties that are linked to this transactionObject that holds all reference properties that are linked to this transaction.voidHere you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).voidsetIsFinal(Boolean value) This property indicates whether this will be the final operation.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.withAmount(Long value) Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).withIsFinal(Boolean value) This property indicates whether this will be the final operation.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
-
CapturePaymentRequest
public CapturePaymentRequest()
-
-
Method Details
-
getAmount
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits). The amount can be lower than the amount that was authorized, but not higher. If left empty, the full amount will be captured and the request will be final. If the full amount is captured, the request will also be final. -
setAmount
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits). The amount can be lower than the amount that was authorized, but not higher. If left empty, the full amount will be captured and the request will be final. If the full amount is captured, the request will also be final. -
withAmount
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits). The amount can be lower than the amount that was authorized, but not higher. If left empty, the full amount will be captured and the request will be final. If the full amount is captured, the request will also be final. -
getIsFinal
This property indicates whether this will be the final operation. The default value for this property is false. -
setIsFinal
This property indicates whether this will be the final operation. The default value for this property is false. -
withIsFinal
This property indicates whether this will be the final operation. The default value for this property is false. -
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.
-