PlanResponse class abstract

Annotations
  • @BuiltValue()

Constructors

PlanResponse([void updates(PlanResponseBuilder b)])
factory

Properties

amount int?
no setter
createdAt int?
no setter
currency String?
no setter
expiryCount int?
no setter
frequency int?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
interval String?
no setter
livemode bool?
no setter
name String?
no setter
object String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialPeriodDays int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanResponseBuilder)) PlanResponse
Rebuilds the instance.
inherited
toBuilder() PlanResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PlanResponse>
no setter