CostEstimateResponse class abstract
CostEstimateResponse
Properties:
- cardBin - Card BIN details.
- costEstimateAmount - The estimated cost (scheme fee + interchange) in the settlement currency. If the settlement currency cannot be determined, the fee in EUR is returned.
- costEstimateReference - Adyen's 16-character reference associated with the request.
- resultCode - The result of the cost estimation.
- Annotations
-
- @BuiltValue.new()
Constructors
- CostEstimateResponse([void updates(CostEstimateResponseBuilder b)])
-
factory
Properties
- cardBin → CardBin?
-
Card BIN details.
no setter
- costEstimateAmount → Amount?
-
The estimated cost (scheme fee + interchange) in the settlement currency. If the settlement currency cannot be determined, the fee in EUR is returned.
no setter
- costEstimateReference → String?
-
Adyen's 16-character reference associated with the request.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultCode → String?
-
The result of the cost estimation.
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(CostEstimateResponseBuilder)) → CostEstimateResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CostEstimateResponseBuilder -
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<
CostEstimateResponse> -
no setter