<?php

namespace Telnyx;

/**
 * Class PortingPhoneNumber
 *
 * @package Telnyx
 */
class PortingPhoneNumber extends ApiResource
{
    const OBJECT_NAME = "porting_phone_number";

    use ApiOperations\All;
}