CancellationAdditionalData class abstract
CancellationAdditionalData
Properties:
- paymentAccountReference
- accountValidation
- acquirerAccountCode
- acquirerCode
- acquirerReference
- acsRenderingTypePeriodAcsInterface
- acsRenderingTypePeriodAcsUiTemplate
- alias
- aliasType
- arn
- authCode
- authenticationType
- authorisationMid
- avsResult
- avsResultRaw
- bankAccountNumber
- bankLocationId
- bankName
- bic
- billingAddressPeriodCity
- billingAddressPeriodCountry
- billingAddressPeriodHouseNumberOrName
- billingAddressPeriodPostalCode
- billingAddressPeriodStateOrProvince
- billingAddressPeriodStreet
- bookingDate
- cardBin
- cardHolderName
- cardIssuingBank
- cardIssuingCountry
- cardIssuingCurrency
- cardPaymentMethod
- cardSchemeEnhancedDataLevel
- cardSummary
- cavv
- cavvAlgorithm
- checkoutSessionId
- coBrandedWith
- countryCode
- cvcResult
- cvcResultRaw
- deliveryAddressPeriodCity
- deliveryAddressPeriodCountry
- deliveryAddressPeriodHouseNumberOrName
- deliveryAddressPeriodStateOrProvince
- deliveryAddressPeriodStreet
- eci
- expiryDate
- fraudCheckLessThanCheckIDGreaterThanLessThanNameGreaterThan - Information on the fraud check in a dynamic format.
- fraudManualReview - Indicates if the risk check was done manually.
- fraudOffset - The fraud offset.
- fraudResultType - Result type of the fraud check.
- fraudRiskLevel - The risk level of the transaction as classified by the machine learning fraud risk rule. The risk level indicates the likelihood that a transaction will result in a fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh
- hmacSignature
- interactionCounter
- merchantOrderReference
- paymentLinkId
- paymentMethodVariant
- riskdataPeriodLessThanNameGreaterThan - Risk data in a dynamic format.
- shopperCountry
- shopperSocialSecurityNumber
- store
- totalFraudScore - Total fraud score from risk.
- Annotations
-
- @BuiltValue.new()
Constructors
- CancellationAdditionalData([void updates(CancellationAdditionalDataBuilder b)])
-
factory
Properties
- accountValidation → String?
-
no setter
- acquirerAccountCode → String?
-
no setter
- acquirerCode → String?
-
no setter
- acquirerReference → String?
-
no setter
- acsRenderingTypePeriodAcsInterface → String?
-
no setter
- acsRenderingTypePeriodAcsUiTemplate → String?
-
no setter
- alias → String?
-
no setter
- aliasType → String?
-
no setter
- arn → String?
-
no setter
- authCode → String?
-
no setter
- authenticationType → String?
-
no setter
-
no setter
- avsResult → String?
-
no setter
- avsResultRaw → String?
-
no setter
- bankAccountNumber → String?
-
no setter
- bankLocationId → String?
-
no setter
- bankName → String?
-
no setter
- bic → String?
-
no setter
- billingAddressPeriodCity → String?
-
no setter
- billingAddressPeriodCountry → String?
-
no setter
- billingAddressPeriodHouseNumberOrName → String?
-
no setter
- billingAddressPeriodPostalCode → String?
-
no setter
- billingAddressPeriodStateOrProvince → String?
-
no setter
- billingAddressPeriodStreet → String?
-
no setter
- bookingDate → String?
-
no setter
- cardBin → String?
-
no setter
- cardHolderName → String?
-
no setter
- cardIssuingBank → String?
-
no setter
- cardIssuingCountry → String?
-
no setter
- cardIssuingCurrency → String?
-
no setter
- cardPaymentMethod → String?
-
no setter
- cardSchemeEnhancedDataLevel → String?
-
no setter
- cardSummary → String?
-
no setter
- cavv → String?
-
no setter
- cavvAlgorithm → String?
-
no setter
- checkoutSessionId → String?
-
no setter
- coBrandedWith → String?
-
no setter
- countryCode → String?
-
no setter
- cvcResult → String?
-
no setter
- cvcResultRaw → String?
-
no setter
- deliveryAddressPeriodCity → String?
-
no setter
- deliveryAddressPeriodCountry → String?
-
no setter
- deliveryAddressPeriodHouseNumberOrName → String?
-
no setter
- deliveryAddressPeriodStateOrProvince → String?
-
no setter
- deliveryAddressPeriodStreet → String?
-
no setter
- eci → String?
-
no setter
- expiryDate → String?
-
no setter
- fraudCheckLessThanCheckIDGreaterThanLessThanNameGreaterThan → String?
-
Information on the fraud check in a dynamic format.
no setter
- fraudManualReview → String?
-
Indicates if the risk check was done manually.
no setter
- fraudOffset → String?
-
The fraud offset.
no setter
- fraudResultType → String?
-
Result type of the fraud check.
no setter
- fraudRiskLevel → CancellationAdditionalDataFraudRiskLevelEnum?
-
The risk level of the transaction as classified by the machine learning fraud risk rule. The risk level indicates the likelihood that a transaction will result in a fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hmacSignature → String?
-
no setter
- interactionCounter → String?
-
no setter
- merchantOrderReference → String?
-
no setter
- paymentAccountReference → String?
-
no setter
- paymentLinkId → String?
-
no setter
- paymentMethodVariant → String?
-
no setter
- riskdataPeriodLessThanNameGreaterThan → String?
-
Risk data in a dynamic format.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperCountry → String?
-
no setter
- shopperSocialSecurityNumber → String?
-
no setter
- store → String?
-
no setter
- totalFraudScore → String?
-
Total fraud score from risk.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CancellationAdditionalDataBuilder)) → CancellationAdditionalData -
Rebuilds the instance.
inherited
-
toBuilder(
) → CancellationAdditionalDataBuilder -
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<
CancellationAdditionalData> -
no setter