Class: Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress
- 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 return 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.
279 |
# File 'lib/increase/models/check_transfer.rb', line 279 required :city, String |
#line1 ⇒ String
The street address of the check's destination.
284 |
# File 'lib/increase/models/check_transfer.rb', line 284 required :line1, String |
#line2 ⇒ String
The second line of the address of the check's destination.
289 |
# File 'lib/increase/models/check_transfer.rb', line 289 required :line2, String |
#name_ ⇒ String
The name component of the check's return address.
294 |
# File 'lib/increase/models/check_transfer.rb', line 294 required :name_, String |
#postal_code ⇒ String
The postal code of the check's destination.
299 |
# File 'lib/increase/models/check_transfer.rb', line 299 required :postal_code, String |
#state ⇒ String
The state of the check's destination.
304 |
# File 'lib/increase/models/check_transfer.rb', line 304 required :state, String |