Method: LockstepSdk::ContactModel#country_code
- Defined in:
- lib/lockstep_sdk/models/contact_model.rb
#country_code ⇒ String
Returns The two character country code of the address. This will be validated by the /api/v1/definitions/countries data set.
131 132 133 |
# File 'lib/lockstep_sdk/models/contact_model.rb', line 131 def country_code @country_code end |