Discount class

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

Constructors

Discount({String? customer, int? end, int? start, String? subscription})
Discount.fromJson(Map<String, dynamic> json)
factory

Properties

blueprintId String?
getter/setter pairinherited
customer String?
getter/setter pair
end int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
message String?
getter/setter pairinherited
object String?
getter/setter pairinherited
param String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int?
getter/setter pair
stripeError String?
getter/setter pairinherited
subscription String?
getter/setter pair

Methods

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

Operators

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