PHP Class PayPal\EBLBaseComponents\DoReferenceTransactionResponseDetailsType

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

Public Properties

Property Type Description
$AVSCode string
$Amount PayPal\CoreComponentTypes\BasicAmountType
$BillingAgreementID string
$CVV2Code string
$MsgSubID string Return msgsubid back to merchant
$PaymentAdviceCode string Response code from the processor when a recurring transaction is declined
$PaymentInfo PaymentInfoType
$TransactionID string

Property Details

$AVSCode public property

public string $AVSCode
return string

$Amount public property

public BasicAmountType,PayPal\CoreComponentTypes $Amount
return PayPal\CoreComponentTypes\BasicAmountType

$BillingAgreementID public property

public string $BillingAgreementID
return string

$CVV2Code public property

public string $CVV2Code
return string

$MsgSubID public property

Return msgsubid back to merchant
public string $MsgSubID
return string

$PaymentAdviceCode public property

Response code from the processor when a recurring transaction is declined
public string $PaymentAdviceCode
return string

$PaymentInfo public property

public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
return PaymentInfoType

$TransactionID public property

public string $TransactionID
return string