SK2SubscriptionOfferMessage class
Constructors
- SK2SubscriptionOfferMessage({String? id, required double price, required SK2SubscriptionOfferTypeMessage type, required SK2SubscriptionPeriodMessage period, required int periodCount, required SK2SubscriptionOfferPaymentModeMessage paymentMode})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- paymentMode ↔ SK2SubscriptionOfferPaymentModeMessage
-
getter/setter pair
- period ↔ SK2SubscriptionPeriodMessage
-
getter/setter pair
- periodCount ↔ int
-
getter/setter pair
- price ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ SK2SubscriptionOfferTypeMessage
-
getter/setter pair
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
Object result) → SK2SubscriptionOfferMessage