RequestPurchaseAndroidProps constructor
const
RequestPurchaseAndroidProps({})
Implementation
const RequestPurchaseAndroidProps({
/// Personalized offer flag
this.isOfferPersonalized,
/// Obfuscated account ID
this.obfuscatedAccountIdAndroid,
/// Obfuscated profile ID
this.obfuscatedProfileIdAndroid,
/// List of product SKUs
required this.skus,
});