PHP Class PayPal\EBLBaseComponents\DoMobileCheckoutPaymentResponseDetailsType

Optional Character length and limitations: 256 single-byte alphanumeric characters
Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$Custom string Optional Character length and limitations: 256 single-byte alphanumeric characters
$InvoiceID string Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
$PayerInfo PayerInfoType Information about the payer
$PaymentInfo PaymentInfoType Information about the transaction

Property Details

$Custom public property

Optional Character length and limitations: 256 single-byte alphanumeric characters
public string $Custom
return string

$InvoiceID public property

Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
return string

$PayerInfo public property

Information about the payer
public PayerInfoType,PayPal\EBLBaseComponents $PayerInfo
return PayerInfoType

$PaymentInfo public property

Information about the transaction
public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
return PaymentInfoType