StoreProductPaymentMode

Inherits: RefCounted < Object

The payment modes for subscription offers that apply to a transaction.

Properties

String

localized_description

""

Methods

StoreProductPaymentMode

get_free_trial() static

StoreProductPaymentMode

get_pay_as_you_go() static

StoreProductPaymentMode

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.