Interface CollectibleItemTypePhoneNumber

A phone number. Subtype of CollectibleItemType.

interface CollectibleItemTypePhoneNumber {
    @type: "collectibleItemTypePhoneNumber";
    phone_number: string;
}

Properties

Properties

@type: "collectibleItemTypePhoneNumber"
phone_number: string

The phone number.