PHP 클래스 PayPal\EBLBaseComponents\PaymentItemType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType Cost of item
$CouponAmount string Amount Value of The Coupon
$CouponAmountCurrency string Currency of the Coupon Amount
$CouponID string Coupon ID Number
$EbayItemTxnId string eBay Auction Transaction ID of the Item Optional Character length and limitations: 255 single-byte characters
$HandlingAmount string Amount of handling charged on payment
$InvoiceItemDetails InvoiceItemType Invoice item details
$LoyaltyCardDiscountAmount string Amount of Discount on this Loyalty Card
$LoyaltyCardDiscountCurrency string Currency of the Discount
$Name string Item name set by you or entered by the customer. Character length and limitations: 127 single-byte alphanumeric characters
$Number string Item number set by you. Character length and limitations: 127 single-byte alphanumeric characters
$Options OptionType Item options selected in PayPal shopping cart
$Quantity string Quantity set by you or entered by the customer. Character length and limitations: no limit
$SalesTax string Amount of tax charged on payment
$ShippingAmount string Amount of shipping charged on payment

프로퍼티 상세

$Amount 공개적으로 프로퍼티

Cost of item
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$CouponAmount 공개적으로 프로퍼티

Amount Value of The Coupon
public string $CouponAmount
리턴 string

$CouponAmountCurrency 공개적으로 프로퍼티

Currency of the Coupon Amount
public string $CouponAmountCurrency
리턴 string

$CouponID 공개적으로 프로퍼티

Coupon ID Number
public string $CouponID
리턴 string

$EbayItemTxnId 공개적으로 프로퍼티

eBay Auction Transaction ID of the Item Optional Character length and limitations: 255 single-byte characters
public string $EbayItemTxnId
리턴 string

$HandlingAmount 공개적으로 프로퍼티

Amount of handling charged on payment
public string $HandlingAmount
리턴 string

$InvoiceItemDetails 공개적으로 프로퍼티

Invoice item details
public InvoiceItemType,PayPal\EBLBaseComponents $InvoiceItemDetails
리턴 InvoiceItemType

$LoyaltyCardDiscountAmount 공개적으로 프로퍼티

Amount of Discount on this Loyalty Card
public string $LoyaltyCardDiscountAmount
리턴 string

$LoyaltyCardDiscountCurrency 공개적으로 프로퍼티

Currency of the Discount
public string $LoyaltyCardDiscountCurrency
리턴 string

$Name 공개적으로 프로퍼티

Item name set by you or entered by the customer. Character length and limitations: 127 single-byte alphanumeric characters
public string $Name
리턴 string

$Number 공개적으로 프로퍼티

Item number set by you. Character length and limitations: 127 single-byte alphanumeric characters
public string $Number
리턴 string

$Options 공개적으로 프로퍼티

Item options selected in PayPal shopping cart
public OptionType,PayPal\EBLBaseComponents $Options
리턴 OptionType

$Quantity 공개적으로 프로퍼티

Quantity set by you or entered by the customer. Character length and limitations: no limit
public string $Quantity
리턴 string

$SalesTax 공개적으로 프로퍼티

Amount of tax charged on payment
public string $SalesTax
리턴 string

$ShippingAmount 공개적으로 프로퍼티

Amount of shipping charged on payment
public string $ShippingAmount
리턴 string