Interface AdaptyAndroidSubscriptionUpdateParameters

Hierarchy

  • AdaptyAndroidSubscriptionUpdateParameters

Properties

isOfferPersonalized?: boolean

Deprecated

Use isOfferPersonalized instead. This field has been moved to the upper level in the new structure.

Example

// OLD (deprecated):
android: {
oldSubVendorProductId: 'old_product_id',
prorationMode: 'charge_prorated_price',
isOfferPersonalized: true // This field is deprecated
}

// NEW:
android: {
subscriptionUpdateParams: {
oldSubVendorProductId: 'old_product_id',
prorationMode: 'charge_prorated_price'
},
isOfferPersonalized: true // Moved to upper level
}
oldSubVendorProductId: string

Generated using TypeDoc