PaymentAmountUpdateRequest class abstract

PaymentAmountUpdateRequest

Properties:

  • amount - The updated amount. The currency must match the currency used in authorisation.
  • 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.
  • 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.
  • 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.
Annotations
  • @BuiltValue.new()

Constructors

PaymentAmountUpdateRequest([void updates(PaymentAmountUpdateRequestBuilder b)])
factory

Properties

amount Amount
The updated amount. The currency must match the currency used in authorisation.
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
industryUsage PaymentAmountUpdateRequestIndustryUsageEnum?
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
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

Methods

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