Authorization class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

Authorization({String? id, String? object, dynamic amount, bool? approved, String? authorizationMethod, List<BalanceTransaction>? balanceTransactions, Card? card, dynamic cardholder, int? created, String? currency, bool? livemode, int? merchantAmount, String? merchantCurrency, MerchantData? merchantData, Map<String, dynamic>? metadata, PendingRequest? pendingRequest, List<RequestHistory>? requestHistory, String? status, List<Transaction>? transactions, VerificationData? verificationData, String? wallet})
Authorization.fromJson(Map<String, dynamic> json)
factory

Properties

amount ↔ dynamic
getter/setter pair
approved bool?
getter/setter pair
authorizationMethod String?
getter/setter pair
balanceTransactions List<BalanceTransaction>?
getter/setter pair
card Card?
getter/setter pair
cardholder ↔ dynamic
getter/setter pair
created int?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
livemode bool?
getter/setter pair
merchantAmount int?
getter/setter pair
merchantCurrency String?
getter/setter pair
merchantData MerchantData?
getter/setter pair
metadata Map<String, dynamic>?
getter/setter pair
object String?
getter/setter pair
pendingRequest PendingRequest?
getter/setter pair
requestHistory List<RequestHistory>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
transactions List<Transaction>?
getter/setter pair
verificationData VerificationData?
getter/setter pair
wallet String?
getter/setter pair

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