Class: Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress
- Defined in:
- lib/increase/models/check_transfer.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the check's destination.
-
#line1 ⇒ String
The street address of the check's destination.
-
#line2 ⇒ String
The second line of the address of the check's destination.
-
#name_ ⇒ String
The name component of the check's mailing address.
-
#postal_code ⇒ String
The postal code of the check's destination.
-
#state ⇒ String
The state of the check's destination.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the check's destination.
247 |
# File 'lib/increase/models/check_transfer.rb', line 247 required :city, String |
#line1 ⇒ String
The street address of the check's destination.
252 |
# File 'lib/increase/models/check_transfer.rb', line 252 required :line1, String |
#line2 ⇒ String
The second line of the address of the check's destination.
257 |
# File 'lib/increase/models/check_transfer.rb', line 257 required :line2, String |
#name_ ⇒ String
The name component of the check's mailing address.
262 |
# File 'lib/increase/models/check_transfer.rb', line 262 required :name_, String |
#postal_code ⇒ String
The postal code of the check's destination.
267 |
# File 'lib/increase/models/check_transfer.rb', line 267 required :postal_code, String |
#state ⇒ String
The state of the check's destination.
272 |
# File 'lib/increase/models/check_transfer.rb', line 272 required :state, String |