PHP Class PayPal\Api\AlternatePayment

A resource representing a alternate payment account that can be used to fund a payment.
Deprecation: Used for limited release only.
Inheritance: extends PayPal\Common\PayPalModel
Afficher le fichier Open project: paypal/rest-api-sdk-php Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

getAlternatePaymentAccountId() public méthode

The unique identifier of the alternate payment account.
public getAlternatePaymentAccountId ( ) : string
Résultat string

getAlternatePaymentProviderId() public méthode

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

getExternalCustomerId() public méthode

The unique identifier of the payer
public getExternalCustomerId ( ) : string
Résultat string

setAlternatePaymentAccountId() public méthode

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

setAlternatePaymentProviderId() public méthode

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() public méthode

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