Class PaymentCard
Class PaymentCard
A payment card that can fund a payment.
- PayPal\Common\PayPalModel
- PayPal\Api\PaymentCard
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setStartMonth( string $start_month )
The two-digit start month for the card. Required for UK Maestro cards. |
public
string
|
|
public
|
#
setStartYear( string $start_year )
The four-digit start year for the card. Required for UK Maestro cards. |
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
#
setExternalCustomerId( string $external_customer_id )
The ID of the customer who owns this card account. The facilitator generates and provides this ID. Required when you create or use a stored funding instrument in the PayPal vault. |
public
string
|
#
getExternalCustomerId( )
The ID of the customer who owns this card account. The facilitator generates and provides this ID. Required when you create or use a stored funding instrument in the PayPal vault. |
public
|
|
public
string
|
|
public
|
#
setCardProductClass( string $card_product_class )
The product class of the financial instrument issuer. Valid Values: ["CREDIT", "DEBIT", "GIFT", "PAYPAL_PREPAID", "PREPAID", "UNKNOWN"] |
public
string
|
|
public
|
#
setValidUntil( string $valid_until )
The date and time until when this instrument can be used fund a payment. |
public
string
|
|
public
|
#
setIssueNumber( string $issue_number )
The one- to two-digit card issue number. Required for UK Maestro cards. |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()