PHP 클래스 PayPal\EBLBaseComponents\PaymentDetailsItemType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType Cost of item You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
$Description string Item description. Optional Character length and limitations: 127 single-byte characters
$EbayItemPaymentDetailsItem EbayItemPaymentDetailsItemType Ebay specific details. Optional
$EnhancedItemData PayPal\EnhancedDataTypes\EnhancedItemDataType Enhanced data for each item in the cart. Optional
$ItemCategory string Item category - physical or digital. Optional
$ItemHeight PayPal\CoreComponentTypes\MeasureType Information about the Item height.
$ItemLength PayPal\CoreComponentTypes\MeasureType Information about the Item length.
$ItemURL string URL for the item. Optional Character length and limitations: no limit.
$ItemWeight PayPal\CoreComponentTypes\MeasureType Information about the Item weight.
$ItemWidth PayPal\CoreComponentTypes\MeasureType Information about the Item width.
$Name string Item name. Optional Character length and limitations: 127 single-byte characters
$Number string Item number. Optional Character length and limitations: 127 single-byte characters
$ProductCategory string
$PromoCode string Promotional financing code for item. Part of the Merchant Services Promotion Financing feature.
$Quantity integer Item quantity. Optional Character length and limitations: Any positive integer
$Tax PayPal\CoreComponentTypes\BasicAmountType Item sales tax. Optional Character length and limitations: any valid currency amount; currency code is set the same as for OrderTotal.

프로퍼티 상세

$Amount 공개적으로 프로퍼티

Cost of item You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$Description 공개적으로 프로퍼티

Item description. Optional Character length and limitations: 127 single-byte characters
public string $Description
리턴 string

$EbayItemPaymentDetailsItem 공개적으로 프로퍼티

Ebay specific details. Optional
public EbayItemPaymentDetailsItemType,PayPal\EBLBaseComponents $EbayItemPaymentDetailsItem
리턴 EbayItemPaymentDetailsItemType

$EnhancedItemData 공개적으로 프로퍼티

Enhanced data for each item in the cart. Optional
public EnhancedItemDataType,PayPal\EnhancedDataTypes $EnhancedItemData
리턴 PayPal\EnhancedDataTypes\EnhancedItemDataType

$ItemCategory 공개적으로 프로퍼티

Item category - physical or digital. Optional
public string $ItemCategory
리턴 string

$ItemHeight 공개적으로 프로퍼티

Information about the Item height.
public MeasureType,PayPal\CoreComponentTypes $ItemHeight
리턴 PayPal\CoreComponentTypes\MeasureType

$ItemLength 공개적으로 프로퍼티

Information about the Item length.
public MeasureType,PayPal\CoreComponentTypes $ItemLength
리턴 PayPal\CoreComponentTypes\MeasureType

$ItemURL 공개적으로 프로퍼티

URL for the item. Optional Character length and limitations: no limit.
public string $ItemURL
리턴 string

$ItemWeight 공개적으로 프로퍼티

Information about the Item weight.
public MeasureType,PayPal\CoreComponentTypes $ItemWeight
리턴 PayPal\CoreComponentTypes\MeasureType

$ItemWidth 공개적으로 프로퍼티

Information about the Item width.
public MeasureType,PayPal\CoreComponentTypes $ItemWidth
리턴 PayPal\CoreComponentTypes\MeasureType

$Name 공개적으로 프로퍼티

Item name. Optional Character length and limitations: 127 single-byte characters
public string $Name
리턴 string

$Number 공개적으로 프로퍼티

Item number. Optional Character length and limitations: 127 single-byte characters
public string $Number
리턴 string

$ProductCategory 공개적으로 프로퍼티

public string $ProductCategory
리턴 string

$PromoCode 공개적으로 프로퍼티

Promotional financing code for item. Part of the Merchant Services Promotion Financing feature.
public string $PromoCode
리턴 string

$Quantity 공개적으로 프로퍼티

Item quantity. Optional Character length and limitations: Any positive integer
public int $Quantity
리턴 integer

$Tax 공개적으로 프로퍼티

Item sales tax. Optional Character length and limitations: any valid currency amount; currency code is set the same as for OrderTotal.
public BasicAmountType,PayPal\CoreComponentTypes $Tax
리턴 PayPal\CoreComponentTypes\BasicAmountType