Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/PayPal/paypal/rest-api-sdk-php/lib/PayPal/Api/CreateProfileResponse.php
Строк: 21
<?php

namespace PayPalApi;

/**
 * Class CreateProfileResponse
 *
 * Response schema for create profile api
 *
 * @package PayPalApi
 *
 * @property string id
 */
class CreateProfileResponse extends WebProfile
{
    
/**
     * ID of the payment web experience profile.
     * 
     *
     * @param string $id
     * 
     * @return $this
     */
    
public function setId($id)
    {
        
$this->id $id;
        return 
$this;
    }

    
/**
     * ID of the payment web experience profile.
     *
     * @return string
     */
    
public function getId()
    {
        return 
$this->id;
    }

}
Онлайн: 0
Реклама