AdditionalDataRiskStandalone class abstract
AdditionalDataRiskStandalone
Properties:
- payPalPeriodCountryCode - Shopper's country of residence in the form of ISO standard 3166 2-character country codes.
- payPalPeriodEmailId - Shopper's email.
- payPalPeriodFirstName - Shopper's first name.
- payPalPeriodLastName - Shopper's last name.
- payPalPeriodPayerId - Unique PayPal Customer Account identification number. Character length and limitations: 13 single-byte alphanumeric characters.
- payPalPeriodPhone - Shopper's phone number.
- payPalPeriodProtectionEligibility - Allowed values: * Eligible — Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received. * PartiallyEligible — Merchant is protected by PayPal's Seller Protection Policy for Item Not Received. * Ineligible — Merchant is not protected under the Seller Protection Policy.
- payPalPeriodTransactionId - Unique transaction ID of the payment.
- avsResultRaw - Raw AVS result received from the acquirer, where available. Example: D
- bin - The Bank Identification Number of a credit card, which is the first six digits of a card number. Required for tokenized card request.
- cvcResultRaw - Raw CVC result received from the acquirer, where available. Example: 1
- riskToken - Unique identifier or token for the shopper's card details.
- threeDAuthenticated - A Boolean value indicating whether 3DS authentication was completed on this payment. Example: true
- threeDOffered - A Boolean value indicating whether 3DS was offered for this payment. Example: true
- tokenDataType - Required for PayPal payments only. The only supported value is: paypal.
- Annotations
-
- @BuiltValue.new()
Constructors
- AdditionalDataRiskStandalone([void updates(AdditionalDataRiskStandaloneBuilder b)])
-
factory
Properties
- avsResultRaw → String?
-
Raw AVS result received from the acquirer, where available. Example: D
no setter
- bin → String?
-
The Bank Identification Number of a credit card, which is the first six digits of a card number. Required for tokenized card request.
no setter
- cvcResultRaw → String?
-
Raw CVC result received from the acquirer, where available. Example: 1
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- payPalPeriodCountryCode → String?
-
Shopper's country of residence in the form of ISO standard 3166 2-character country codes.
no setter
- payPalPeriodEmailId → String?
-
Shopper's email.
no setter
- payPalPeriodFirstName → String?
-
Shopper's first name.
no setter
- payPalPeriodLastName → String?
-
Shopper's last name.
no setter
- payPalPeriodPayerId → String?
-
Unique PayPal Customer Account identification number. Character length and limitations: 13 single-byte alphanumeric characters.
no setter
- payPalPeriodPhone → String?
-
Shopper's phone number.
no setter
- payPalPeriodProtectionEligibility → String?
-
Allowed values: * Eligible — Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received. * PartiallyEligible — Merchant is protected by PayPal's Seller Protection Policy for Item Not Received. * Ineligible — Merchant is not protected under the Seller Protection Policy.
no setter
- payPalPeriodTransactionId → String?
-
Unique transaction ID of the payment.
no setter
- riskToken → String?
-
Unique identifier or token for the shopper's card details.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threeDAuthenticated → String?
-
A Boolean value indicating whether 3DS authentication was completed on this payment. Example: true
no setter
- threeDOffered → String?
-
A Boolean value indicating whether 3DS was offered for this payment. Example: true
no setter
- tokenDataType → String?
-
Required for PayPal payments only. The only supported value is: paypal.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AdditionalDataRiskStandaloneBuilder)) → AdditionalDataRiskStandalone -
Rebuilds the instance.
inherited
-
toBuilder(
) → AdditionalDataRiskStandaloneBuilder -
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<
AdditionalDataRiskStandalone> -
no setter