lodgingPeriodPropertyPhoneNumber property

  1. @BuiltValueField.new(wireName: r'lodging.propertyPhoneNumber')
String? get lodgingPeriodPropertyPhoneNumber

The lodging property location's phone number. * Format: numeric * Min length: 10 characters * 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.propertyPhoneNumber')
String? get lodgingPeriodPropertyPhoneNumber;