Class: Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/check_transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#cityString

The city of the check's destination.

Returns:

  • (String)


279
# File 'lib/increase/models/check_transfer.rb', line 279

required :city, String

#line1String

The street address of the check's destination.

Returns:

  • (String)


284
# File 'lib/increase/models/check_transfer.rb', line 284

required :line1, String

#line2String

The second line of the address of the check's destination.

Returns:

  • (String)


289
# File 'lib/increase/models/check_transfer.rb', line 289

required :line2, String

#name_String

The name component of the check's return address.

Returns:

  • (String)


294
# File 'lib/increase/models/check_transfer.rb', line 294

required :name_, String

#postal_codeString

The postal code of the check's destination.

Returns:

  • (String)


299
# File 'lib/increase/models/check_transfer.rb', line 299

required :postal_code, String

#stateString

The state of the check's destination.

Returns:

  • (String)


304
# File 'lib/increase/models/check_transfer.rb', line 304

required :state, String