PHP 클래스 PayPal\Api\CarrierAccountToken

A resource representing a carrier account that can be used to fund a payment.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

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

메소드 상세

getCarrierAccountId() 공개 메소드

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

getExternalCustomerId() 공개 메소드

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

setCarrierAccountId() 공개 메소드

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

setExternalCustomerId() 공개 메소드

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