PHP Класс PayPal\EBLBaseComponents\SetMobileCheckoutRequestDetailsType

Optional
Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

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

Свойство Тип Описание
$AddressDisplayOptions integer Setting this element overrides the setting you have specified in your Merchant Account Profile. Optional
$BuyerEmail string PayPal uses this value to pre-fill the login portion of the PayPal login page. Optional Character length and limit: 127 single-byte alphanumeric characters
$BuyerPhone PhoneNumberType Optional
$CancelURL string URL to which the customer is returned if he does not approve the use of PayPal to pay you. PayPal recommends that the value of CancelURL be the original page on which the customer chose to pay with PayPal. Optional Character length and limitations: no limit
$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
$ItemAmount PayPal\CoreComponentTypes\BasicAmountType Cost of this item before tax and shipping.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Required
$ItemName string Required Character length and limitations: 127 single-byte alphanumeric characters
$ItemNumber string Reference number of the item that the customer is purchasing. Optional Character length and limitations: 127 single-byte alphanumeric characters
$ReturnURL string URL to which the customer's browser is returned after choosing to pay with PayPal. PayPal recommends that the value of ReturnURL be the final review page on which the customer confirms the order and payment. Required Character length and limitations: no limit.
$SharePhone integer The value 1 indicates that you require that the customer specifies a contact phone for the transactxion. Default is 0 none required. Optional
$ShipToAddress AddressType Customer's shipping address. Optional
$Shipping PayPal\CoreComponentTypes\BasicAmountType Shipping amount for this item.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional
$Tax PayPal\CoreComponentTypes\BasicAmountType Tax amount for this item.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional

Открытые методы

Метод Описание
__construct ( $ItemAmount = null, $ItemName = null, $ReturnURL = null ) Constructor with arguments

Описание методов

__construct() публичный Метод

Constructor with arguments
public __construct ( $ItemAmount = null, $ItemName = null, $ReturnURL = null )

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

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

Setting this element overrides the setting you have specified in your Merchant Account Profile. Optional
public int $AddressDisplayOptions
Результат integer

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

PayPal uses this value to pre-fill the login portion of the PayPal login page. Optional Character length and limit: 127 single-byte alphanumeric characters
public string $BuyerEmail
Результат string

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

Optional
public PhoneNumberType,PayPal\EBLBaseComponents $BuyerPhone
Результат PhoneNumberType

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

URL to which the customer is returned if he does not approve the use of PayPal to pay you. PayPal recommends that the value of CancelURL be the original page on which the customer chose to pay with PayPal. Optional Character length and limitations: no limit
public string $CancelURL
Результат string

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

Optional Character length and limitations: 256 single-byte alphanumeric characters
public string $Custom
Результат string

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

Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
Результат string

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

Cost of this item before tax and shipping.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Required
public BasicAmountType,PayPal\CoreComponentTypes $ItemAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

Required Character length and limitations: 127 single-byte alphanumeric characters
public string $ItemName
Результат string

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

Reference number of the item that the customer is purchasing. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $ItemNumber
Результат string

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

URL to which the customer's browser is returned after choosing to pay with PayPal. PayPal recommends that the value of ReturnURL be the final review page on which the customer confirms the order and payment. Required Character length and limitations: no limit.
public string $ReturnURL
Результат string

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

The value 1 indicates that you require that the customer specifies a contact phone for the transactxion. Default is 0 none required. Optional
public int $SharePhone
Результат integer

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

Customer's shipping address. Optional
public AddressType,PayPal\EBLBaseComponents $ShipToAddress
Результат AddressType

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

Shipping amount for this item.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional
public BasicAmountType,PayPal\CoreComponentTypes $Shipping
Результат PayPal\CoreComponentTypes\BasicAmountType

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

Tax amount for this item.You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional
public BasicAmountType,PayPal\CoreComponentTypes $Tax
Результат PayPal\CoreComponentTypes\BasicAmountType