PHP Class PayPal\Api\CarrierAccountToken

A resource representing a carrier account that can be used to fund a payment.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getCarrierAccountId ( ) : string ID of a previously saved carrier account resource.
getExternalCustomerId ( ) : string The unique identifier of the payer used when saving this carrier account instrument.
setCarrierAccountId ( string $carrier_account_id ) ID of a previously saved carrier account resource.
setExternalCustomerId ( string $external_customer_id ) The unique identifier of the payer used when saving this carrier account instrument.

Method Details

getCarrierAccountId() public method

ID of a previously saved carrier account resource.
public getCarrierAccountId ( ) : string
return string

getExternalCustomerId() public method

The unique identifier of the payer used when saving this carrier account instrument.
public getExternalCustomerId ( ) : string
return string

setCarrierAccountId() public method

ID of a previously saved carrier account resource.
public setCarrierAccountId ( string $carrier_account_id )
$carrier_account_id string

setExternalCustomerId() public method

The unique identifier of the payer used when saving this carrier account instrument.
public setExternalCustomerId ( string $external_customer_id )
$external_customer_id string