Class: Increase::Models::PhysicalCard::Shipment::Address

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#cityString

The city of the shipping address.

Returns:

  • (String)


89
# File 'lib/increase/models/physical_card.rb', line 89

required :city, String

#line1String

The first line of the shipping address.

Returns:

  • (String)


94
# File 'lib/increase/models/physical_card.rb', line 94

required :line1, String

#line2String

The second line of the shipping address.

Returns:

  • (String)


99
# File 'lib/increase/models/physical_card.rb', line 99

required :line2, String

#line3String

The third line of the shipping address.

Returns:

  • (String)


104
# File 'lib/increase/models/physical_card.rb', line 104

required :line3, String

#name_String

The name of the recipient.

Returns:

  • (String)


109
# File 'lib/increase/models/physical_card.rb', line 109

required :name_, String

#postal_codeString

The postal code of the shipping address.

Returns:

  • (String)


114
# File 'lib/increase/models/physical_card.rb', line 114

required :postal_code, String

#stateString

The US state of the shipping address.

Returns:

  • (String)


119
# File 'lib/increase/models/physical_card.rb', line 119

required :state, String