Method: Falsify::Address#province_code

Defined in:
lib/falsify/models/address.rb

#province_codeString

The two-letter abbreviation of the region of the billing address.

Returns:

  • (String)


49
50
51
# File 'lib/falsify/models/address.rb', line 49

def province_code
  @province_code
end