Class: Stripe::Tax::CalculationService::CreateParams::ShipFromDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::CalculationService::CreateParams::ShipFromDetails
- Defined in:
- lib/stripe/services/tax/calculation_service.rb
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Object
The address from which the goods are being shipped from.
Instance Method Summary collapse
-
#initialize(address: nil) ⇒ ShipFromDetails
constructor
A new instance of ShipFromDetails.
Methods inherited from RequestParams
Constructor Details
#initialize(address: nil) ⇒ ShipFromDetails
Returns a new instance of ShipFromDetails.
159 160 161 |
# File 'lib/stripe/services/tax/calculation_service.rb', line 159 def initialize(address: nil) @address = address end |
Instance Attribute Details
#address ⇒ Object
The address from which the goods are being shipped from.
157 158 159 |
# File 'lib/stripe/services/tax/calculation_service.rb', line 157 def address @address end |