PHP Класс PayPal\PayPalAPI\DoDirectPaymentResponseType

Наследование: extends PayPal\EBLBaseComponents\AbstractResponseType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$AVSCode string Address Verification System response code. Character limit: One single-byte alphanumeric character AVS CodeMeaningMatched Details A AddressAddress only (no ZIP) B International “A”Address only (no ZIP) CInternational “N” None DInternational “X” Address and Postal Code E Not allowed for MOTO (Internet/Phone) transactions Not applicable F UK-specific “X”Address and Postal Code G Global Unavailable Not applicable I International UnavailableNot applicable N NoNone PPostal (International “Z”)Postal Code only (no Address) RRetryNot applicable S Service not Supported Not applicable U UnavailableNot applicable W Whole ZIPNine-digit ZIP code (no Address) X Exact match Address and nine-digit ZIP code Y YesAddress and five-digit ZIP Z ZIP Five-digit ZIP code (no Address) All others Error Not applicable
$Amount PayPal\CoreComponentTypes\BasicAmountType The amount of the payment as specified by you on DoDirectPaymentRequest.
$CVV2Code string Result of the CVV2 check by PayPal. CVV2 CodeMeaningMatched Details M MatchCVV2 N No match None P Not ProcessedNot applicable SService not SupportedNot applicable U UnavailableNot applicable XNo response Not applicable All others ErrorNot applicable
$FMFDetails PayPal\EBLBaseComponents\FMFDetailsType
$PaymentAdviceCode string Response code from the processor when a recurring transaction is declined.
$PaymentStatus string This will identify the actual transaction status.
$PendingReason string The reason why a particular transaction went in pending.
$ThreeDSecureResponse PayPal\EBLBaseComponents\ThreeDSecureResponseType
$TransactionID string Transaction identification number. Character length and limitations: 19 characters maximum.

Описание свойств

$AVSCode публичное свойство

Address Verification System response code. Character limit: One single-byte alphanumeric character AVS CodeMeaningMatched Details A AddressAddress only (no ZIP) B International “A”Address only (no ZIP) CInternational “N” None DInternational “X” Address and Postal Code E Not allowed for MOTO (Internet/Phone) transactions Not applicable F UK-specific “X”Address and Postal Code G Global Unavailable Not applicable I International UnavailableNot applicable N NoNone PPostal (International “Z”)Postal Code only (no Address) RRetryNot applicable S Service not Supported Not applicable U UnavailableNot applicable W Whole ZIPNine-digit ZIP code (no Address) X Exact match Address and nine-digit ZIP code Y YesAddress and five-digit ZIP Z ZIP Five-digit ZIP code (no Address) All others Error Not applicable
public string $AVSCode
Результат string

$Amount публичное свойство

The amount of the payment as specified by you on DoDirectPaymentRequest.
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Результат PayPal\CoreComponentTypes\BasicAmountType

$CVV2Code публичное свойство

Result of the CVV2 check by PayPal. CVV2 CodeMeaningMatched Details M MatchCVV2 N No match None P Not ProcessedNot applicable SService not SupportedNot applicable U UnavailableNot applicable XNo response Not applicable All others ErrorNot applicable
public string $CVV2Code
Результат string

$FMFDetails публичное свойство

public FMFDetailsType,PayPal\EBLBaseComponents $FMFDetails
Результат PayPal\EBLBaseComponents\FMFDetailsType

$PaymentAdviceCode публичное свойство

Response code from the processor when a recurring transaction is declined.
public string $PaymentAdviceCode
Результат string

$PaymentStatus публичное свойство

This will identify the actual transaction status.
public string $PaymentStatus
Результат string

$PendingReason публичное свойство

The reason why a particular transaction went in pending.
public string $PendingReason
Результат string

$ThreeDSecureResponse публичное свойство

public ThreeDSecureResponseType,PayPal\EBLBaseComponents $ThreeDSecureResponse
Результат PayPal\EBLBaseComponents\ThreeDSecureResponseType

$TransactionID публичное свойство

Transaction identification number. Character length and limitations: 19 characters maximum.
public string $TransactionID
Результат string