Class: TD::Types::PaymentsProviderStripe
- Defined in:
- lib/tdlib/types/payments_provider_stripe.rb
Overview
Stripe payment provider.
Instance Attribute Summary collapse
-
#need_cardholder_name ⇒ Boolean
True, if the cardholder name must be provided.
-
#need_country ⇒ Boolean
True, if the user country must be provided.
-
#need_postal_code ⇒ Boolean
True, if the user ZIP/postal code must be provided.
-
#publishable_key ⇒ TD::Types::String
Stripe API publishable key.
Method Summary
Methods inherited from Base
Instance Attribute Details
#need_cardholder_name ⇒ Boolean
True, if the cardholder name must be provided.
8 9 10 |
# File 'lib/tdlib/types/payments_provider_stripe.rb', line 8 def need_cardholder_name @need_cardholder_name end |
#need_country ⇒ Boolean
True, if the user country must be provided.
8 9 10 |
# File 'lib/tdlib/types/payments_provider_stripe.rb', line 8 def need_country @need_country end |
#need_postal_code ⇒ Boolean
True, if the user ZIP/postal code must be provided.
8 9 10 |
# File 'lib/tdlib/types/payments_provider_stripe.rb', line 8 def need_postal_code @need_postal_code end |
#publishable_key ⇒ TD::Types::String
Stripe API publishable key.
8 9 10 |
# File 'lib/tdlib/types/payments_provider_stripe.rb', line 8 def publishable_key @publishable_key end |