PHP 클래스 PayPal\Api\AlternatePayment

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

공개 메소드들

메소드 설명
getAlternatePaymentAccountId ( ) : string The unique identifier of the alternate payment account.
getAlternatePaymentProviderId ( ) : string Alternate Payment provider id. This is an optional attribute needed only for certain alternate providers e.g Ideal
getExternalCustomerId ( ) : string The unique identifier of the payer
setAlternatePaymentAccountId ( string $alternate_payment_account_id ) The unique identifier of the alternate payment account.
setAlternatePaymentProviderId ( string $alternate_payment_provider_id ) Alternate Payment provider id. This is an optional attribute needed only for certain alternate providers e.g Ideal
setExternalCustomerId ( string $external_customer_id ) The unique identifier of the payer

메소드 상세

getAlternatePaymentAccountId() 공개 메소드

The unique identifier of the alternate payment account.

getAlternatePaymentProviderId() 공개 메소드

Alternate Payment provider id. This is an optional attribute needed only for certain alternate providers e.g Ideal

getExternalCustomerId() 공개 메소드

The unique identifier of the payer
public getExternalCustomerId ( ) : string
리턴 string

setAlternatePaymentAccountId() 공개 메소드

The unique identifier of the alternate payment account.
public setAlternatePaymentAccountId ( string $alternate_payment_account_id )
$alternate_payment_account_id string

setAlternatePaymentProviderId() 공개 메소드

Alternate Payment provider id. This is an optional attribute needed only for certain alternate providers e.g Ideal
public setAlternatePaymentProviderId ( string $alternate_payment_provider_id )
$alternate_payment_provider_id string

setExternalCustomerId() 공개 메소드

The unique identifier of the payer
public setExternalCustomerId ( string $external_customer_id )
$external_customer_id string