ThreeDSAvailabilityRequest class abstract

ThreeDSAvailabilityRequest

Properties:

  • additionalData - This field contains additional data, which may be required for a particular request. The additionalData object consists of entries, each of which includes the key and value.
  • brands - List of brands.
  • cardNumber - Card number or BIN.
  • merchantAccount - The merchant account identifier.
  • recurringDetailReference - A recurring detail reference corresponding to a card.
  • shopperReference - The shopper's reference to uniquely identify this shopper (e.g. user ID or account ID).
Annotations
  • @BuiltValue.new()

Constructors

ThreeDSAvailabilityRequest([void updates(ThreeDSAvailabilityRequestBuilder b)])
factory

Properties

additionalData → BuiltMap<String, String>?
This field contains additional data, which may be required for a particular request. The additionalData object consists of entries, each of which includes the key and value.
no setter
brands → BuiltList<String>?
List of brands.
no setter
cardNumber String?
Card number or BIN.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantAccount String
The merchant account identifier.
no setter
recurringDetailReference String?
A recurring detail reference corresponding to a card.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperReference String?
The shopper's reference to uniquely identify this shopper (e.g. user ID or account ID).
no setter

Methods

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