AdditionalDataRisk class abstract

AdditionalDataRisk

Properties:

Annotations
  • @BuiltValue.new()

Constructors

AdditionalDataRisk([void updates(AdditionalDataRiskBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodAmountPerItem String?
The price of item in the basket, represented in minor units.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodBrand String?
Brand of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodCategory String?
Category of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodColor String?
Color of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodCurrency String?
The three-character ISO currency code.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodItemID String?
ID of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodManufacturer String?
Manufacturer of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodProductTitle String?
A text description of the product the invoice line refers to.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodQuantity String?
Quantity of the item purchased.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodReceiverEmail String?
Email associated with the given product in the basket (usually in electronic gift cards).
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodSize String?
Size of the item.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodSku String?
Stock keeping unit.
no setter
riskdataPeriodBasketPeriodItemLeftSquareBracketItemNrRightSquareBracketPeriodUpc String?
Universal Product Code.
no setter
riskdataPeriodLeftSquareBracketCustomFieldNameRightSquareBracket String?
The data for your custom risk field. For more information, refer to Create custom risk fields.
no setter
riskdataPeriodPromotionsPeriodPromotionLeftSquareBracketItemNrRightSquareBracketPeriodPromotionCode String?
Code of the promotion.
no setter
riskdataPeriodPromotionsPeriodPromotionLeftSquareBracketItemNrRightSquareBracketPeriodPromotionDiscountAmount String?
The discount amount of the promotion, represented in minor units.
no setter
riskdataPeriodPromotionsPeriodPromotionLeftSquareBracketItemNrRightSquareBracketPeriodPromotionDiscountCurrency String?
The three-character ISO currency code.
no setter
riskdataPeriodPromotionsPeriodPromotionLeftSquareBracketItemNrRightSquareBracketPeriodPromotionDiscountPercentage String?
Promotion's percentage discount. It is represented in percentage value and there is no need to include the '%' sign. e.g. for a promotion discount of 30%, the value of the field should be 30.
no setter
riskdataPeriodPromotionsPeriodPromotionLeftSquareBracketItemNrRightSquareBracketPeriodPromotionName String?
Name of the promotion.
no setter
riskdataPeriodRiskProfileReference String?
Reference number of the risk profile that you want to apply to the payment. If not provided or left blank, the merchant-level account's default risk profile will be applied to the payment. For more information, see dynamically assign a risk profile to a payment.
no setter
riskdataPeriodSkipRisk String?
If this parameter is provided with the value true, risk checks for the payment request are skipped and the transaction will not get a risk score.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AdditionalDataRiskBuilder)) AdditionalDataRisk
Rebuilds the instance.
inherited
toBuilder() AdditionalDataRiskBuilder
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<AdditionalDataRisk>
no setter