CostEstimateAssumptions class abstract

CostEstimateAssumptions

Properties:

Annotations
  • @BuiltValue.new()

Constructors

CostEstimateAssumptions([void updates(CostEstimateAssumptionsBuilder b)])
factory

Properties

assume3DSecureAuthenticated bool?
If true, the cardholder is expected to successfully authorise via 3D Secure.
no setter
assumeLevel3Data bool?
If true, the transaction is expected to have valid Level 3 data.
no setter
hashCode int
The hash code for this object.
no setterinherited
installments int?
If not zero, the number of installments.
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(CostEstimateAssumptionsBuilder)) CostEstimateAssumptions
Rebuilds the instance.
inherited
toBuilder() CostEstimateAssumptionsBuilder
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<CostEstimateAssumptions>
no setter