Reviews class

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

Constructors

Reviews({String? id, String? object, String? billingZip, dynamic charge, String? closedReason, int? created, String? ipAddress, IpAddressLocation? ipAddressLocation, bool? livemode, bool? open, String? openedReason, String? reason, Session? session})
Reviews.fromJson(Map<String, dynamic> json)
factory

Properties

billingZip String?
getter/setter pair
charge ↔ dynamic
getter/setter pair
closedReason String?
getter/setter pair
created int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
ipAddress String?
getter/setter pair
ipAddressLocation IpAddressLocation?
getter/setter pair
livemode bool?
getter/setter pair
object String?
getter/setter pair
open bool?
getter/setter pair
openedReason String?
getter/setter pair
paymentIntent ↔ dynamic
getter/setter pair
reason String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session?
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