Class PrivateLabelCard
Class PrivateLabelCard
A resource representing a type of merchant branded payment card. To promote customer value (convenience and earning rewards) and retailer value (merchants drive business using the store cards), PayPal will support as payment method.
- PayPal\Common\PayPalModel
-
PayPal\Api\PrivateLabelCard
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setIssuerId( string $issuer_id )
Merchants providing private label store cards have associated issuer account. This value indicates encrypted account number of the associated issuer account. |
public
string
|
#
getIssuerId( )
Merchants providing private label store cards have associated issuer account. This value indicates encrypted account number of the associated issuer account. |
public
|
#
setIssuerName( string $issuer_name )
Merchants providing private label store cards have associated issuer account. This value indicates name on the issuer account. |
public
string
|
#
getIssuerName( )
Merchants providing private label store cards have associated issuer account. This value indicates name on the issuer account. |
public
|
|
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()