RecurringDetailsRequest class abstract

RecurringDetailsRequest

Properties:

  • merchantAccount - The merchant account identifier you want to process the (transaction) request with.
  • recurring - A container for the type of a recurring contract to be retrieved. The contract value needs to match the contract value submitted in the payment transaction used to create a recurring contract. However, if ONECLICK,RECURRING is the original contract definition in the initial payment, then contract should take either ONECLICK or RECURRING, depending on whether or not you want the shopper to enter their card's security code when they finalize their purchase.
  • shopperReference - The reference you use to uniquely identify the shopper (e.g. user ID or account ID).
Annotations
  • @BuiltValue.new()

Constructors

RecurringDetailsRequest([void updates(RecurringDetailsRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantAccount String
The merchant account identifier you want to process the (transaction) request with.
no setter
recurring Recurring?
A container for the type of a recurring contract to be retrieved. The contract value needs to match the contract value submitted in the payment transaction used to create a recurring contract. However, if ONECLICK,RECURRING is the original contract definition in the initial payment, then contract should take either ONECLICK or RECURRING, depending on whether or not you want the shopper to enter their card's security code when they finalize their purchase.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperReference String
The reference you use to uniquely identify the 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(RecurringDetailsRequestBuilder)) RecurringDetailsRequest
Rebuilds the instance.
inherited
toBuilder() RecurringDetailsRequestBuilder
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<RecurringDetailsRequest>
no setter