GetnetRefundPayload class

Constructors

GetnetRefundPayload({required double amount, String? transactionDate, String? cvNumber, String? originTerminal, String? allowPrintCurrentTransaction})

Properties

allowPrintCurrentTransaction String?
final
amount double
final
cvNumber String?
final
hashCode int
The hash code for this object.
no setterinherited
originTerminal String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDate String?
Data da transação a ser estornada. caso null vai assumir o dia corrente. Enviar no formato: “dd/MM/yyyy”
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> map) GetnetRefundPayload