Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 688 Bytes

Phone.md

File metadata and controls

23 lines (16 loc) · 688 Bytes

XeroRuby::Accounting::Phone

Properties

Name Type Description Notes
phone_type String [optional]
phone_number String max length = 50 [optional]
phone_area_code String max length = 10 [optional]
phone_country_code String max length = 20 [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Phone.new(phone_type: null,
                                 phone_number: null,
                                 phone_area_code: null,
                                 phone_country_code: null)