PHP 클래스 PayPal\EBLBaseComponents\InvoiceItemType

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

공개 프로퍼티들

프로퍼티 타입 설명
$AdditionalFees AdditionalFeeType Additional fees to this item
$Description string a human readable item descriptionOptional Character length and limits: 127 single-byte characters
$Discount DiscountType discount applied to this item
$EAN string The International Article Number or Universal Product Code (UPC) for the item. Empty string is allowed. Character length and limits: 17 single-byte characters
$ISBN string International Standard Book Number. Reference http://en.wikipedia.org/wiki/ISBN Character length and limits: 32 single-byte characters
$ItemCount double quantity of the item (non-negative)
$ItemCountUnit string Unit of measure for the itemCount
$ItemPrice PayPal\CoreComponentTypes\BasicAmountType price per item quantity
$MPN string Manufacturer part number.
$ModelNumber string Character length and limits: 32 single-byte characters
$Name string a human readable item nameOptional Character length and limits: 127 single-byte characters
$PLU string Price Look-Up code Reference http://en.wikipedia.org/wiki/Price_Look-Up_code Character length and limits: 5 single-byte characters
$Price PayPal\CoreComponentTypes\BasicAmountType total price of this item
$Reimbursable boolean identifies whether this is reimbursable or not. If not pass, this will be assumed to be true.
$ReturnPolicyIdentifier string A retailer could apply different return policies on different items. Each return policy would be identified using a label or identifier. This return policy identifier should be set here. This identifier will be displayed next to the item in the e-Receipt. Character length and limits: 8 single-byte characters
$SKU string The Stock-Keeping Unit or other identification code assigned to the item. Character length and limits: 64 single-byte characters
$StyleNumber string Character length and limits: 32 single-byte characters
$TaxRate double The tax percentage applied to the item. This is only used for displaying in the receipt, it is not used in pricing calculations. Note: we have totalTax at invoice level. It's up to the caller to do the calculations for setting that other element.
$Taxable boolean identifies whether this item is taxable or not. If not passed, this will be assumed to be true.

프로퍼티 상세

$AdditionalFees 공개적으로 프로퍼티

Additional fees to this item
public AdditionalFeeType,PayPal\EBLBaseComponents $AdditionalFees
리턴 AdditionalFeeType

$Description 공개적으로 프로퍼티

a human readable item descriptionOptional Character length and limits: 127 single-byte characters
public string $Description
리턴 string

$Discount 공개적으로 프로퍼티

discount applied to this item
public DiscountType,PayPal\EBLBaseComponents $Discount
리턴 DiscountType

$EAN 공개적으로 프로퍼티

The International Article Number or Universal Product Code (UPC) for the item. Empty string is allowed. Character length and limits: 17 single-byte characters
public string $EAN
리턴 string

$ISBN 공개적으로 프로퍼티

International Standard Book Number. Reference http://en.wikipedia.org/wiki/ISBN Character length and limits: 32 single-byte characters
public string $ISBN
리턴 string

$ItemCount 공개적으로 프로퍼티

quantity of the item (non-negative)
public double $ItemCount
리턴 double

$ItemCountUnit 공개적으로 프로퍼티

Unit of measure for the itemCount
public string $ItemCountUnit
리턴 string

$ItemPrice 공개적으로 프로퍼티

price per item quantity
public BasicAmountType,PayPal\CoreComponentTypes $ItemPrice
리턴 PayPal\CoreComponentTypes\BasicAmountType

$MPN 공개적으로 프로퍼티

Manufacturer part number.
public string $MPN
리턴 string

$ModelNumber 공개적으로 프로퍼티

Character length and limits: 32 single-byte characters
public string $ModelNumber
리턴 string

$Name 공개적으로 프로퍼티

a human readable item nameOptional Character length and limits: 127 single-byte characters
public string $Name
리턴 string

$PLU 공개적으로 프로퍼티

Price Look-Up code Reference http://en.wikipedia.org/wiki/Price_Look-Up_code Character length and limits: 5 single-byte characters
public string $PLU
리턴 string

$Price 공개적으로 프로퍼티

total price of this item
public BasicAmountType,PayPal\CoreComponentTypes $Price
리턴 PayPal\CoreComponentTypes\BasicAmountType

$Reimbursable 공개적으로 프로퍼티

identifies whether this is reimbursable or not. If not pass, this will be assumed to be true.
public bool $Reimbursable
리턴 boolean

$ReturnPolicyIdentifier 공개적으로 프로퍼티

A retailer could apply different return policies on different items. Each return policy would be identified using a label or identifier. This return policy identifier should be set here. This identifier will be displayed next to the item in the e-Receipt. Character length and limits: 8 single-byte characters
public string $ReturnPolicyIdentifier
리턴 string

$SKU 공개적으로 프로퍼티

The Stock-Keeping Unit or other identification code assigned to the item. Character length and limits: 64 single-byte characters
public string $SKU
리턴 string

$StyleNumber 공개적으로 프로퍼티

Character length and limits: 32 single-byte characters
public string $StyleNumber
리턴 string

$TaxRate 공개적으로 프로퍼티

The tax percentage applied to the item. This is only used for displaying in the receipt, it is not used in pricing calculations. Note: we have totalTax at invoice level. It's up to the caller to do the calculations for setting that other element.
public double $TaxRate
리턴 double

$Taxable 공개적으로 프로퍼티

identifies whether this item is taxable or not. If not passed, this will be assumed to be true.
public bool $Taxable
리턴 boolean