PHP Class PayPal\EBLBaseComponents\ReferenceCreditCardDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Datei anzeigen Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$BillingAddress AddressType
$CVV2 string
$CardOwnerName PersonNameType
$CreditCardNumberType CreditCardNumberTypeType
$ExpMonth integer
$ExpYear integer
$IssueNumber string
$StartMonth integer
$StartYear integer

Property Details

$BillingAddress public_oe property

public AddressType,PayPal\EBLBaseComponents $BillingAddress
return AddressType

$CVV2 public_oe property

public string $CVV2
return string

$CardOwnerName public_oe property

public PersonNameType,PayPal\EBLBaseComponents $CardOwnerName
return PersonNameType

$CreditCardNumberType public_oe property

public CreditCardNumberTypeType,PayPal\EBLBaseComponents $CreditCardNumberType
return CreditCardNumberTypeType

$ExpMonth public_oe property

public int $ExpMonth
return integer

$ExpYear public_oe property

public int $ExpYear
return integer

$IssueNumber public_oe property

public string $IssueNumber
return string

$StartMonth public_oe property

public int $StartMonth
return integer

$StartYear public_oe property

public int $StartYear
return integer