Class: Increase::Models::Card::BillingAddress

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/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 billing address.

Returns:

  • (String)


75
# File 'lib/increase/models/card.rb', line 75

required :city, String

#line1String

The first line of the billing address.

Returns:

  • (String)


80
# File 'lib/increase/models/card.rb', line 80

required :line1, String

#line2String

The second line of the billing address.

Returns:

  • (String)


85
# File 'lib/increase/models/card.rb', line 85

required :line2, String

#postal_codeString

The postal code of the billing address.

Returns:

  • (String)


90
# File 'lib/increase/models/card.rb', line 90

required :postal_code, String

#stateString

The US state of the billing address.

Returns:

  • (String)


95
# File 'lib/increase/models/card.rb', line 95

required :state, String