CashAppDetails class abstract
CashAppDetails
Properties:
- cashtag - Cash App issued cashtag for recurring payment
- checkoutAttemptId - The checkout attempt identifier.
- customerId - Cash App issued customerId for recurring payment
- grantId - Cash App issued grantId for one time payment
- onFileGrantId - Cash App issued onFileGrantId for recurring payment
- recurringDetailReference - This is the
recurringDetailReferencereturned in the response when you created the token. - requestId - Cash App request id
- 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 payment method subtype.
- type - cashapp
- Annotations
-
- @BuiltValue.new()
Constructors
- CashAppDetails([void updates(CashAppDetailsBuilder b)])
-
factory
Properties
- cashtag → String?
-
Cash App issued cashtag for recurring payment
no setter
- checkoutAttemptId → String?
-
The checkout attempt identifier.
no setter
- customerId → String?
-
Cash App issued customerId for recurring payment
no setter
- grantId → String?
-
Cash App issued grantId for one time payment
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFileGrantId → String?
-
Cash App issued onFileGrantId for recurring payment
no setter
- recurringDetailReference → String?
-
This is the
recurringDetailReferencereturned in the response when you created the token.no setter - requestId → String?
-
Cash App request id
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 → String?
-
The payment method subtype.
no setter
- type → CashAppDetailsTypeEnum?
-
cashapp
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CashAppDetailsBuilder)) → CashAppDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → CashAppDetailsBuilder -
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<
CashAppDetails> -
no setter