Class: Increase::Models::PhysicalCard::Shipment::Address
- Defined in:
- lib/increase/models/physical_card.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the shipping address.
-
#line1 ⇒ String
The first line of the shipping address.
-
#line2 ⇒ String
The second line of the shipping address.
-
#line3 ⇒ String
The third line of the shipping address.
-
#name_ ⇒ String
The name of the recipient.
-
#postal_code ⇒ String
The postal code of the shipping address.
-
#state ⇒ String
The US state of the shipping address.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the shipping address.
89 |
# File 'lib/increase/models/physical_card.rb', line 89 required :city, String |
#line1 ⇒ String
The first line of the shipping address.
94 |
# File 'lib/increase/models/physical_card.rb', line 94 required :line1, String |
#line2 ⇒ String
The second line of the shipping address.
99 |
# File 'lib/increase/models/physical_card.rb', line 99 required :line2, String |
#line3 ⇒ String
The third line of the shipping address.
104 |
# File 'lib/increase/models/physical_card.rb', line 104 required :line3, String |
#name_ ⇒ String
The name of the recipient.
109 |
# File 'lib/increase/models/physical_card.rb', line 109 required :name_, String |
#postal_code ⇒ String
The postal code of the shipping address.
114 |
# File 'lib/increase/models/physical_card.rb', line 114 required :postal_code, String |
#state ⇒ String
The US state of the shipping address.
119 |
# File 'lib/increase/models/physical_card.rb', line 119 required :state, String |