Capabilities class

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

Constructors

Capabilities({String? auBecsDebitPayments, String? cardIssuing, String? cardPayments, String? jcbPayments, String? legacyPayments, String? taxReportingUS_1099Misc, String? taxReportingUs_1099K, String? transfers})
Capabilities.fromJson(Map<String, dynamic> json)
factory

Properties

auBecsDebitPayments String?
getter/setter pair
cardIssuing String?
getter/setter pair
cardPayments String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jcbPayments String?
getter/setter pair
legacyPayments String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxReportingUs_1099K String?
getter/setter pair
taxReportingUS_1099Misc String?
getter/setter pair
transfers 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