lodgingPeriodCustomerServiceTollFreeNumber property
- @BuiltValueField.new(wireName: r'lodging.customerServiceTollFreeNumber')
The toll-free phone number for the lodging. * Format: numeric * Max length: 17 characters. * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - * Must not be all zeros.
Implementation
@BuiltValueField(wireName: r'lodging.customerServiceTollFreeNumber')
String? get lodgingPeriodCustomerServiceTollFreeNumber;