Class: Stripe::Issuing::CardService::CreateParams::Shipping::AddressValidation
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Issuing::CardService::CreateParams::Shipping::AddressValidation
- Defined in:
- lib/stripe/services/issuing/card_service.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
The address validation capabilities to use.
Instance Method Summary collapse
-
#initialize(mode: nil) ⇒ AddressValidation
constructor
A new instance of AddressValidation.
Methods inherited from RequestParams
Constructor Details
#initialize(mode: nil) ⇒ AddressValidation
Returns a new instance of AddressValidation.
125 126 127 |
# File 'lib/stripe/services/issuing/card_service.rb', line 125 def initialize(mode: nil) @mode = mode end |
Instance Attribute Details
#mode ⇒ Object
The address validation capabilities to use.
123 124 125 |
# File 'lib/stripe/services/issuing/card_service.rb', line 123 def mode @mode end |