PHP Class PayPal\Api\Metadata

Audit information for the resource.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
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.

Method Details

getCancelledBy() public method

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

getCancelledDate() public method

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

getCreatedBy() public method

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

getCreatedDate() public method

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

getFirstSentDate() public method

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

getLastSentBy() public method

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

getLastSentDate() public method

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

getLastUpdatedBy() public method

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

getLastUpdatedDate() public method

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

getPayerViewUrl() public method

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

setCancelledBy() public method

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

setCancelledDate() public method

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

setCreatedBy() public method

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

setCreatedDate() public method

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

setFirstSentDate() public method

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

setLastSentBy() public method

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

setLastSentDate() public method

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

setLastUpdatedBy() public method

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

setLastUpdatedDate() public method

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

setPayerViewUrl() public method

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