Class: Increase::Models::Card::BillingAddress
- Defined in:
- lib/increase/models/card.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the billing address.
-
#line1 ⇒ String
The first line of the billing address.
-
#line2 ⇒ String
The second line of the billing address.
-
#postal_code ⇒ String
The postal code of the billing address.
-
#state ⇒ String
The US state of the billing address.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the billing address.
75 |
# File 'lib/increase/models/card.rb', line 75 required :city, String |
#line1 ⇒ String
The first line of the billing address.
80 |
# File 'lib/increase/models/card.rb', line 80 required :line1, String |
#line2 ⇒ String
The second line of the billing address.
85 |
# File 'lib/increase/models/card.rb', line 85 required :line2, String |
#postal_code ⇒ String
The postal code of the billing address.
90 |
# File 'lib/increase/models/card.rb', line 90 required :postal_code, String |
#state ⇒ String
The US state of the billing address.
95 |
# File 'lib/increase/models/card.rb', line 95 required :state, String |