Method |
Description |
|
addFundingInstrument ( FundingInstrument $fundingInstrument ) |
Append FundingInstruments to the list. |
|
getAccountAge ( ) : string |
Duration since the payer established account relationship with PayPal in days. |
|
getAccountType ( ) : string |
Type of account relationship payer has with PayPal. |
|
getExternalSelectedFundingInstrumentType ( ) : string |
Instrument type pre-selected by the user outside of PayPal and passed along the payment creation. This param is used in cases such as PayPal Credit Second Button |
|
getFundingInstruments ( ) : FundingInstrument[] |
List of funding instruments to fund the payment. 'OneOf' funding_instruments,funding_option_id to be used to identify the specifics of payment method passed. |
|
getFundingOption ( ) : PayPal\Api\FundingOption |
Default funding option available for the payment |
|
getFundingOptionId ( ) : string |
Id of user selected funding option for the payment.'OneOf' funding_instruments,funding_option_id to be used to identify the specifics of payment method passed. |
|
getPayerInfo ( ) : PayerInfo |
Information related to the Payer. |
|
getPaymentMethod ( ) : string |
Payment method being used - PayPal Wallet payment, Bank Direct Debit or Direct Credit card. |
|
getRelatedFundingOption ( ) : PayPal\Api\FundingOption |
Funding option related to default funding option. |
|
getStatus ( ) : string |
Status of payer's PayPal Account. |
|
removeFundingInstrument ( FundingInstrument $fundingInstrument ) |
Remove FundingInstruments from the list. |
|
setAccountAge ( string $account_age ) |
Duration since the payer established account relationship with PayPal in days. |
|
setAccountType ( string $account_type ) |
Type of account relationship payer has with PayPal. |
|
setExternalSelectedFundingInstrumentType ( string $external_selected_funding_instrument_type ) |
Instrument type pre-selected by the user outside of PayPal and passed along the payment creation. This param is used in cases such as PayPal Credit Second Button
Valid Values: ["CREDIT", "PAY_UPON_INVOICE"] |
|
setFundingInstruments ( FundingInstrument[] $funding_instruments ) |
List of funding instruments to fund the payment. 'OneOf' funding_instruments,funding_option_id to be used to identify the specifics of payment method passed. |
|
setFundingOption ( PayPal\Api\FundingOption $funding_option ) |
Default funding option available for the payment |
|
setFundingOptionId ( string $funding_option_id ) |
Id of user selected funding option for the payment.'OneOf' funding_instruments,funding_option_id to be used to identify the specifics of payment method passed. |
|
setPayerInfo ( PayerInfo $payer_info ) |
Information related to the Payer. |
|
setPaymentMethod ( string $payment_method ) |
Payment method being used - PayPal Wallet payment, Bank Direct Debit or Direct Credit card. |
|
setRelatedFundingOption ( PayPal\Api\FundingOption $related_funding_option ) |
Funding option related to default funding option. |
|
setStatus ( string $status ) |
Status of payer's PayPal Account. |
|