ResponseAdditionalDataOpi class abstract

ResponseAdditionalDataOpi

Properties:

  • opiPeriodTransToken - Returned in the response if you included opi.includeTransToken: true in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see Oracle Opera.
Annotations
  • @BuiltValue.new()

Constructors

ResponseAdditionalDataOpi([void updates(ResponseAdditionalDataOpiBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
opiPeriodTransToken String?
Returned in the response if you included opi.includeTransToken: true in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see Oracle Opera.
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(ResponseAdditionalDataOpiBuilder)) ResponseAdditionalDataOpi
Rebuilds the instance.
inherited
toBuilder() ResponseAdditionalDataOpiBuilder
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<ResponseAdditionalDataOpi>
no setter