PHP Класс PayPal\Api\FileAttachment

File attached to an invoice or template
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getName ( ) : string Name of the file attached.
getUrl ( ) : string URL of the attached file that can be downloaded.
setName ( string $name ) Name of the file attached.
setUrl ( string $url ) URL of the attached file that can be downloaded.

Описание методов

getName() публичный Метод

Name of the file attached.
public getName ( ) : string
Результат string

getUrl() публичный Метод

URL of the attached file that can be downloaded.
public getUrl ( ) : string
Результат string

setName() публичный Метод

Name of the file attached.
public setName ( string $name )
$name string

setUrl() публичный Метод

URL of the attached file that can be downloaded.
public setUrl ( string $url )
$url string