RequestPurchaseAndroidProps class

Constructors

RequestPurchaseAndroidProps({DeveloperBillingOptionParamsAndroid? developerBillingOption, bool? isOfferPersonalized, String? obfuscatedAccountId, String? obfuscatedProfileId, String? offerToken, required List<String> skus})
const
RequestPurchaseAndroidProps.fromJson(Map<String, dynamic> json)
factory

Properties

developerBillingOption → DeveloperBillingOptionParamsAndroid?
Developer billing option parameters for external payments and Billing Choice. Billing Choice is available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+).
final
hashCode → int
The hash code for this object.
no setterinherited
isOfferPersonalized → bool?
Personalized offer flag. When true, indicates the price was customized for this user.
final
obfuscatedAccountId → String?
Obfuscated account ID
final
obfuscatedProfileId → String?
Obfuscated profile ID
final
offerToken → String?
Offer token for one-time purchase discounts (8.0+). Pass the offerToken from oneTimePurchaseOfferDetailsAndroid or discountOffers to apply a discount offer to the purchase.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
skus → List<String>
List of product SKUs
final

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