PHP Class PayPal\EBLBaseComponents\ReferenceCreditCardDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file 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 property

public AddressType,PayPal\EBLBaseComponents $BillingAddress
return AddressType

$CVV2 public property

public string $CVV2
return string

$CardOwnerName public property

public PersonNameType,PayPal\EBLBaseComponents $CardOwnerName
return PersonNameType

$CreditCardNumberType public property

public CreditCardNumberTypeType,PayPal\EBLBaseComponents $CreditCardNumberType
return CreditCardNumberTypeType

$ExpMonth public property

public int $ExpMonth
return integer

$ExpYear public property

public int $ExpYear
return integer

$IssueNumber public property

public string $IssueNumber
return string

$StartMonth public property

public int $StartMonth
return integer

$StartYear public property

public int $StartYear
return integer