PaymentCompletionDetails class abstract
PaymentCompletionDetails
Properties:
- MD - A payment session identifier returned by the card issuer.
- paReq - (3D) Payment Authentication Request data for the card issuer.
- paRes - (3D) Payment Authentication Response data by the card issuer.
- authorizationToken
- billingToken - PayPal-generated token for recurring payments.
- cupsecureplusPeriodSmscode - The SMS verification code collected from the shopper.
- facilitatorAccessToken - PayPal-generated third party access token.
- oneTimePasscode - A random number sent to the mobile phone number of the shopper to verify the payment.
- orderID - PayPal-assigned ID for the order.
- payerID - PayPal-assigned ID for the payer (shopper).
- payload - Payload appended to the
returnURLas a result of the redirect. - paymentID - PayPal-generated ID for the payment.
- paymentStatus - Value passed from the WeChat MiniProgram
wx.requestPaymentcomplete callback. Possible values: any value starting withrequestPayment:. - redirectResult - The result of the redirect as appended to the
returnURL. - resultCode - Value you received from the WeChat Pay SDK.
- returnUrlQueryString - The query string as appended to the
returnURLwhen using direct issuer links . - threeDSResult - Base64-encoded string returned by the Component after the challenge flow. It contains the following parameters:
transStatus,authorisationToken. - threeds2PeriodChallengeResult - Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter:
transStatus. - threeds2PeriodFingerprint - Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter:
threeDSCompInd. - vaultToken - PayPalv2-generated token for recurring payments.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentCompletionDetails([void updates(PaymentCompletionDetailsBuilder b)])
-
factory
Properties
-
no setter
- billingToken → String?
-
PayPal-generated token for recurring payments.
no setter
- cupsecureplusPeriodSmscode → String?
-
The SMS verification code collected from the shopper.
no setter
- facilitatorAccessToken → String?
-
PayPal-generated third party access token.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- MD → String?
-
A payment session identifier returned by the card issuer.
no setter
- oneTimePasscode → String?
-
A random number sent to the mobile phone number of the shopper to verify the payment.
no setter
- orderID → String?
-
PayPal-assigned ID for the order.
no setter
- paReq → String?
-
(3D) Payment Authentication Request data for the card issuer.
no setter
- paRes → String?
-
(3D) Payment Authentication Response data by the card issuer.
no setter
- payerID → String?
-
PayPal-assigned ID for the payer (shopper).
no setter
- payload → String?
-
Payload appended to the
returnURLas a result of the redirect.no setter - paymentID → String?
-
PayPal-generated ID for the payment.
no setter
- paymentStatus → String?
-
Value passed from the WeChat MiniProgram
wx.requestPaymentcomplete callback. Possible values: any value starting withrequestPayment:.no setter - redirectResult → String?
-
The result of the redirect as appended to the
returnURL.no setter - resultCode → String?
-
Value you received from the WeChat Pay SDK.
no setter
- returnUrlQueryString → String?
-
The query string as appended to the
returnURLwhen using direct issuer links .no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threeds2PeriodChallengeResult → String?
-
Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter:
transStatus.no setter - threeds2PeriodFingerprint → String?
-
Base64-encoded string returned by the Component after the challenge flow. It contains the following parameter:
threeDSCompInd.no setter - threeDSResult → String?
-
Base64-encoded string returned by the Component after the challenge flow. It contains the following parameters:
transStatus,authorisationToken.no setter - vaultToken → String?
-
PayPalv2-generated token for recurring payments.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaymentCompletionDetailsBuilder)) → PaymentCompletionDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentCompletionDetailsBuilder -
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<
PaymentCompletionDetails> -
no setter