PHP 클래스 PayPal\Api\Metadata

Audit information for the resource.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getCancelledBy ( ) : string The actor who cancelled the resource.
getCancelledDate ( ) : string The date and time when the resource was cancelled.
getCreatedBy ( ) : string The email address of the account that created the resource.
getCreatedDate ( ) : string The date and time when the resource was created.
getFirstSentDate ( ) : string The date and time when the resource was first sent.
getLastSentBy ( ) : string The email address of the account that last sent the resource.
getLastSentDate ( ) : string The date and time when the resource was last sent.
getLastUpdatedBy ( ) : string The email address of the account that last edited the resource.
getLastUpdatedDate ( ) : string The date and time when the resource was last edited.
getPayerViewUrl ( ) : string URL representing the payer's view of the invoice.
setCancelledBy ( string $cancelled_by ) The actor who cancelled the resource.
setCancelledDate ( string $cancelled_date ) The date and time when the resource was cancelled.
setCreatedBy ( string $created_by ) The email address of the account that created the resource.
setCreatedDate ( string $created_date ) The date and time when the resource was created.
setFirstSentDate ( string $first_sent_date ) The date and time when the resource was first sent.
setLastSentBy ( string $last_sent_by ) The email address of the account that last sent the resource.
setLastSentDate ( string $last_sent_date ) The date and time when the resource was last sent.
setLastUpdatedBy ( string $last_updated_by ) The email address of the account that last edited the resource.
setLastUpdatedDate ( string $last_updated_date ) The date and time when the resource was last edited.
setPayerViewUrl ( string $payer_view_url ) URL representing the payer's view of the invoice.

메소드 상세

getCancelledBy() 공개 메소드

The actor who cancelled the resource.
public getCancelledBy ( ) : string
리턴 string

getCancelledDate() 공개 메소드

The date and time when the resource was cancelled.
public getCancelledDate ( ) : string
리턴 string

getCreatedBy() 공개 메소드

The email address of the account that created the resource.
public getCreatedBy ( ) : string
리턴 string

getCreatedDate() 공개 메소드

The date and time when the resource was created.
public getCreatedDate ( ) : string
리턴 string

getFirstSentDate() 공개 메소드

The date and time when the resource was first sent.
public getFirstSentDate ( ) : string
리턴 string

getLastSentBy() 공개 메소드

The email address of the account that last sent the resource.
public getLastSentBy ( ) : string
리턴 string

getLastSentDate() 공개 메소드

The date and time when the resource was last sent.
public getLastSentDate ( ) : string
리턴 string

getLastUpdatedBy() 공개 메소드

The email address of the account that last edited the resource.
public getLastUpdatedBy ( ) : string
리턴 string

getLastUpdatedDate() 공개 메소드

The date and time when the resource was last edited.
public getLastUpdatedDate ( ) : string
리턴 string

getPayerViewUrl() 공개 메소드

URL representing the payer's view of the invoice.
public getPayerViewUrl ( ) : string
리턴 string

setCancelledBy() 공개 메소드

The actor who cancelled the resource.
public setCancelledBy ( string $cancelled_by )
$cancelled_by string

setCancelledDate() 공개 메소드

The date and time when the resource was cancelled.
public setCancelledDate ( string $cancelled_date )
$cancelled_date string

setCreatedBy() 공개 메소드

The email address of the account that created the resource.
public setCreatedBy ( string $created_by )
$created_by string

setCreatedDate() 공개 메소드

The date and time when the resource was created.
public setCreatedDate ( string $created_date )
$created_date string

setFirstSentDate() 공개 메소드

The date and time when the resource was first sent.
public setFirstSentDate ( string $first_sent_date )
$first_sent_date string

setLastSentBy() 공개 메소드

The email address of the account that last sent the resource.
public setLastSentBy ( string $last_sent_by )
$last_sent_by string

setLastSentDate() 공개 메소드

The date and time when the resource was last sent.
public setLastSentDate ( string $last_sent_date )
$last_sent_date string

setLastUpdatedBy() 공개 메소드

The email address of the account that last edited the resource.
public setLastUpdatedBy ( string $last_updated_by )
$last_updated_by string

setLastUpdatedDate() 공개 메소드

The date and time when the resource was last edited.
public setLastUpdatedDate ( string $last_updated_date )
$last_updated_date string

setPayerViewUrl() 공개 메소드

URL representing the payer's view of the invoice.
public setPayerViewUrl ( string $payer_view_url )
$payer_view_url string