PaymentAmountUpdateResponse class abstract

PaymentAmountUpdateResponse

Properties:

  • amount - The updated amount.
  • industryUsage - The reason for the amount update. Possible values: * delayedCharge * noShow * installment
  • 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 update.
  • pspReference - Adyen's 16-character reference associated with the amount update request.
  • reference - Your reference for the amount update 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.
  • status - The status of your request. This will always have the value received.
Annotations
  • @BuiltValue.new()

Constructors

PaymentAmountUpdateResponse([void updates(PaymentAmountUpdateResponseBuilder b)])
factory

Properties

amount Amount
The updated amount.
no setter
hashCode int
The hash code for this object.
no setterinherited
industryUsage PaymentAmountUpdateResponseIndustryUsageEnum?
The reason for the amount update. Possible values: * delayedCharge * noShow * installment
no setter
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 update.
no setter
pspReference String
Adyen's 16-character reference associated with the amount update request.
no setter
reference String
Your reference for the amount update 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
status PaymentAmountUpdateResponseStatusEnum
The status of your request. This will always have the value received.
no setter

Methods

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