PHP Class PayPal\EBLBaseComponents\CreditCardDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$CVV2 string
$CardOwner PayerInfoType
$CreditCardNumber string
$CreditCardType string
$ExpMonth integer
$ExpYear integer
$IssueNumber string
$StartMonth integer
$StartYear integer
$ThreeDSecureRequest ThreeDSecureRequestType

Property Details

$CVV2 public property

public string $CVV2
return string

$CardOwner public property

public PayerInfoType,PayPal\EBLBaseComponents $CardOwner
return PayerInfoType

$CreditCardNumber public property

public string $CreditCardNumber
return string

$CreditCardType public property

public string $CreditCardType
return string

$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

$ThreeDSecureRequest public property

public ThreeDSecureRequestType,PayPal\EBLBaseComponents $ThreeDSecureRequest
return ThreeDSecureRequestType