Class: Stripe::QuotePreviewInvoice::CustomerShipping
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::QuotePreviewInvoice::CustomerShipping
- Defined in:
- lib/stripe/resources/quote_preview_invoice.rb
Defined Under Namespace
Classes: Address
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#carrier ⇒ Object
readonly
Returns the value of attribute carrier.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#tracking_number ⇒ Object
readonly
Returns the value of attribute tracking_number.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 70 def address @address end |
#carrier ⇒ Object (readonly)
Returns the value of attribute carrier.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 70 def carrier @carrier end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 70 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 70 def phone @phone end |
#tracking_number ⇒ Object (readonly)
Returns the value of attribute tracking_number.
70 71 72 |
# File 'lib/stripe/resources/quote_preview_invoice.rb', line 70 def tracking_number @tracking_number end |