PHP 클래스 PayPal\Api\FileAttachment

File attached to an invoice or template
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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