PremiumPaymentOption class
Constructors
- PremiumPaymentOption({required String currency, required int amount, required int discountPercentage, required int monthCount, required String storeProductId, InternalLinkType? paymentLink})
-
Describes an option for buying Telegram Premium to a user
const
-
PremiumPaymentOption.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
- amount → int
-
amount The amount to pay, in the smallest units of the currency
final
- clientId → int?
-
client identifier
no setterinherited
- currency → String
-
currency ISO 4217 currency code for Telegram Premium subscription payment
final
- discountPercentage → int
-
discountPercentage The discount associated with this option, as a percentage
final
- extra → dynamic
-
callback sign
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- monthCount → int
-
monthCount Number of month the Telegram Premium subscription will be active
final
- paymentLink → InternalLinkType?
-
paymentLink An internal link to be opened for buying Telegram Premium to the user if store payment isn't possible; may be null if direct payment isn't available
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeProductId → String
-
storeProductId Identifier of the store product associated with the option
final
Methods
-
copyWith(
{String? currency, int? amount, int? discountPercentage, int? monthCount, String? storeProductId, InternalLinkType? paymentLink}) → PremiumPaymentOption -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String