new PhoneNumber()
- Source:
Methods
(static) PhoneNumber#getCustomer() → {base.Reference}
Get the field value
Customer who this phone number belongs to.
- Source:
Returns:
- Type
- base.Reference
(static) PhoneNumber#getId() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PhoneNumber#getPhoneNumber() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) PhoneNumber#setCustomer(customer)
Set the field value
Customer who this phone number belongs to.
Parameters:
Name | Type | Description |
---|---|---|
customer |
base.Reference |
- Source:
(static) PhoneNumber#setId(id)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) PhoneNumber#setPhoneNumber(phoneNumber)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
phoneNumber |
String |
- Source: