PHP 클래스 PayPal\EBLBaseComponents\PaymentItemInfoType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Auction AuctionInfoType Information about the transaction if it was created via an auction
$Custom string Custom field you set in the original transaction. Character length and limitations: 127 single-byte alphanumeric characters
$InvoiceID string Character length and limitations: 127 single-byte alphanumeric characters
$Memo string Memo entered by your customer in PayPal Website Payments note field. Character length and limitations: 255 single-byte alphanumeric characters
$PaymentItem PaymentItemType Details about the indivudal purchased item
$SalesTax string Amount of tax charged on transaction
$Subscription SubscriptionInfoType Information about the transaction if it was created via PayPal Subcriptions

프로퍼티 상세

$Auction 공개적으로 프로퍼티

Information about the transaction if it was created via an auction
public AuctionInfoType,PayPal\EBLBaseComponents $Auction
리턴 AuctionInfoType

$Custom 공개적으로 프로퍼티

Custom field you set in the original transaction. Character length and limitations: 127 single-byte alphanumeric characters
public string $Custom
리턴 string

$InvoiceID 공개적으로 프로퍼티

Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
리턴 string

$Memo 공개적으로 프로퍼티

Memo entered by your customer in PayPal Website Payments note field. Character length and limitations: 255 single-byte alphanumeric characters
public string $Memo
리턴 string

$PaymentItem 공개적으로 프로퍼티

Details about the indivudal purchased item
public PaymentItemType,PayPal\EBLBaseComponents $PaymentItem
리턴 PaymentItemType

$SalesTax 공개적으로 프로퍼티

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

$Subscription 공개적으로 프로퍼티

Information about the transaction if it was created via PayPal Subcriptions
public SubscriptionInfoType,PayPal\EBLBaseComponents $Subscription
리턴 SubscriptionInfoType