PaymentCaptureRequest class abstract

PaymentCaptureRequest

Properties:

  • amount - The amount that you want to capture. The currency must match the currency used in authorisation, the value must be smaller than or equal to the authorised amount.
  • applicationInfo - Information about your application. For more details, see Building Adyen solutions.
  • enhancedSchemeData - Enhanced scheme data that may be required for processing the payment. For example, airline information.
  • lineItems - Price and product information of the refunded items, required for partial refunds. > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.
  • merchantAccount - The merchant account that is used to process the payment.
  • platformChargebackLogic - Defines how to book chargebacks when using Adyen for Platforms.
  • reference - Your reference for the capture request. Maximum length: 80 characters.
  • splits - An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to process payments for marketplaces or platforms.
  • subMerchants - A List of sub-merchants.
Annotations
  • @BuiltValue.new()

Constructors

PaymentCaptureRequest([void updates(PaymentCaptureRequestBuilder b)])
factory

Properties

amount Amount
The amount that you want to capture. The currency must match the currency used in authorisation, the value must be smaller than or equal to the authorised amount.
no setter
applicationInfo ApplicationInfo?
Information about your application. For more details, see Building Adyen solutions.
no setter
enhancedSchemeData EnhancedSchemeData?
Enhanced scheme data that may be required for processing the payment. For example, airline information.
no setter
hashCode int
The hash code for this object.
no setterinherited
lineItems → BuiltList<LineItem>?
Price and product information of the refunded items, required for partial refunds. > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.
no setter
merchantAccount String
The merchant account that is used to process the payment.
no setter
platformChargebackLogic PlatformChargebackLogic?
Defines how to book chargebacks when using Adyen for Platforms.
no setter
reference String?
Your reference for the capture request. Maximum length: 80 characters.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splits → BuiltList<Split>?
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to process payments for marketplaces or platforms.
no setter
subMerchants → BuiltList<SubMerchantInfo>?
A List of sub-merchants.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentCaptureRequestBuilder)) PaymentCaptureRequest
Rebuilds the instance.
inherited
toBuilder() PaymentCaptureRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PaymentCaptureRequest>
no setter