StoreProductPaymentMode¶
Inherits: RefCounted < Object
The payment modes for subscription offers that apply to a transaction.
Properties¶
String |
|
Methods¶
get_free_trial() static |
|
get_pay_as_you_go() static |
|
pay_up_front() static |
Property Descriptions¶
String localized_description = "" 🔗
String get_localized_description()
The localized description of the payment mode.
Method Descriptions¶
StoreProductPaymentMode get_free_trial() static 🔗
Returns a payment mode representing a free trial.
StoreProductPaymentMode get_pay_as_you_go() static 🔗
Returns a payment mode where the user pays as they go (e.g. monthly for 3 months).
StoreProductPaymentMode pay_up_front() static 🔗
Returns a payment mode where the user pays the entire amount up front.