AmazonPayDetails class abstract

AmazonPayDetails

Properties:

  • amazonPayToken - This is the amazonPayToken that you obtained from the Get Checkout Session response. This token is used for API only integration specifically.
  • checkoutAttemptId - The checkout attempt identifier.
  • checkoutSessionId - The checkoutSessionId is used to identify the checkout session at the Amazon Pay side. This field is required only for drop-in and components integration, where it replaces the amazonPayToken.
  • sdkData - Base64-encoded JSON object containing SDK related parameters required by the SDK
  • type - amazonpay
Annotations
  • @BuiltValue.new()

Constructors

AmazonPayDetails([void updates(AmazonPayDetailsBuilder b)])
factory

Properties

amazonPayToken String?
This is the amazonPayToken that you obtained from the Get Checkout Session response. This token is used for API only integration specifically.
no setter
checkoutAttemptId String?
The checkout attempt identifier.
no setter
checkoutSessionId String?
The checkoutSessionId is used to identify the checkout session at the Amazon Pay side. This field is required only for drop-in and components integration, where it replaces the amazonPayToken.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkData String?
Base64-encoded JSON object containing SDK related parameters required by the SDK
no setter
type AmazonPayDetailsTypeEnum?
amazonpay
no setter

Methods

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