Method: Falsify::Address#province_code
- Defined in:
- lib/falsify/models/address.rb
#province_code ⇒ String
The two-letter abbreviation of the region of the billing address.
49 50 51 |
# File 'lib/falsify/models/address.rb', line 49 def province_code @province_code end |