Class: Stripe::Issuing::CardService::CreateParams::Shipping::AddressValidation

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(mode: nil) ⇒ AddressValidation

Returns a new instance of AddressValidation.



144
145
146
# File 'lib/stripe/services/issuing/card_service.rb', line 144

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

Instance Attribute Details

#modeObject

The address validation capabilities to use.



142
143
144
# File 'lib/stripe/services/issuing/card_service.rb', line 142

def mode
  @mode
end