PayPalDetails class abstract
PayPalDetails
Properties:
- checkoutAttemptId - The checkout attempt identifier.
- orderID - The unique ID associated with the order.
- payeePreferred - IMMEDIATE_PAYMENT_REQUIRED or UNRESTRICTED
- payerID - The unique ID associated with the payer.
- payerSelected - PAYPAL or PAYPAL_CREDIT
- recurringDetailReference - This is the
recurringDetailReferencereturned in the response when you created the token. - sdkData - Base64-encoded JSON object containing SDK related parameters required by the SDK
- storedPaymentMethodId - This is the
recurringDetailReferencereturned in the response when you created the token. - subtype - The type of flow to initiate.
- type - paypal
- Annotations
-
- @BuiltValue.new()
Constructors
- PayPalDetails([void updates(PayPalDetailsBuilder b)])
-
factory
Properties
- checkoutAttemptId → String?
-
The checkout attempt identifier.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderID → String?
-
The unique ID associated with the order.
no setter
- payeePreferred → String?
-
IMMEDIATE_PAYMENT_REQUIRED or UNRESTRICTED
no setter
- payerID → String?
-
The unique ID associated with the payer.
no setter
- payerSelected → String?
-
PAYPAL or PAYPAL_CREDIT
no setter
- recurringDetailReference → String?
-
This is the
recurringDetailReferencereturned in the response when you created the token.no setter - 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
- storedPaymentMethodId → String?
-
This is the
recurringDetailReferencereturned in the response when you created the token.no setter - subtype → PayPalDetailsSubtypeEnum?
-
The type of flow to initiate.
no setter
- type → PayPalDetailsTypeEnum
-
paypal
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PayPalDetailsBuilder)) → PayPalDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → PayPalDetailsBuilder -
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<
PayPalDetails> -
no setter