Class: Stripe::PaymentIntentService::UpdateParams::PaymentMethodData::Sofort

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_intent_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(country: nil) ⇒ Sofort

Returns a new instance of Sofort.



4977
4978
4979
# File 'lib/stripe/services/payment_intent_service.rb', line 4977

def initialize(country: nil)
  @country = country
end

Instance Attribute Details

#countryObject

Two-letter ISO code representing the country the bank account is located in.



4975
4976
4977
# File 'lib/stripe/services/payment_intent_service.rb', line 4975

def country
  @country
end