StoredValueVoidRequest class abstract

StoredValueVoidRequest

Properties:

  • merchantAccount - The merchant account identifier, with which you want to process the transaction.
  • originalReference - The original pspReference of the payment to modify.
  • reference - Your reference for the payment modification. This reference is visible in Customer Area and in reports. Maximum length: 80 characters.
  • store - The physical store, for which this payment is processed.
  • tenderReference - The reference of the tender.
  • uniqueTerminalId - The unique ID of a POS terminal.
Annotations
  • @BuiltValue.new()

Constructors

StoredValueVoidRequest([void updates(StoredValueVoidRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantAccount String
The merchant account identifier, with which you want to process the transaction.
no setter
originalReference String
The original pspReference of the payment to modify.
no setter
reference String?
Your reference for the payment modification. This reference is visible in Customer Area and in reports. Maximum length: 80 characters.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String?
The physical store, for which this payment is processed.
no setter
tenderReference String?
The reference of the tender.
no setter
uniqueTerminalId String?
The unique ID of a POS terminal.
no setter

Methods

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