PHP 클래스 PayPal\EBLBaseComponents\SetMobileCheckoutRequestDetailsType

Optional
상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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