PaymentCaptureResponse class abstract

PaymentCaptureResponse

Properties:

  • amount - The captured amount.
  • 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.
  • paymentPspReference - The pspReference of the payment to capture.
  • platformChargebackLogic - Defines how to book chargebacks when using Adyen for Platforms.
  • pspReference - Adyen's 16-character reference associated with the capture request.
  • reference - Your reference for the capture request.
  • 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.
  • status - The status of your request. This will always have the value received.
  • subMerchants - List of sub-merchants.
Annotations
  • @BuiltValue.new()

Constructors

PaymentCaptureResponse([void updates(PaymentCaptureResponseBuilder b)])
factory

Properties

amount Amount
The captured amount.
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
paymentPspReference String
The pspReference of the payment to capture.
no setter
platformChargebackLogic PlatformChargebackLogic?
Defines how to book chargebacks when using Adyen for Platforms.
no setter
pspReference String
Adyen's 16-character reference associated with the capture request.
no setter
reference String?
Your reference for the capture request.
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
status PaymentCaptureResponseStatusEnum
The status of your request. This will always have the value received.
no setter
subMerchants → BuiltList<SubMerchantInfo>?
List of sub-merchants.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentCaptureResponseBuilder)) PaymentCaptureResponse
Rebuilds the instance.
inherited
toBuilder() PaymentCaptureResponseBuilder
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<PaymentCaptureResponse>
no setter