PHP 클래스 PayPal\PayPalAPI\BMSetInventoryRequestType

상속: extends PayPal\EBLBaseComponents\AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$AppendDigitalDownloadKeys string Optional
$DigitalDownloadKeys string Zero or more digital download keys to distribute to customers after transaction is completed. Optional Character length and limitations: 1000 single-byte alphanumeric characters
$HostedButtonID string Hosted Button ID of button you wish to change. Required Character length and limitations: 10 single-byte numeric characters
$ItemTrackingDetails PayPal\EBLBaseComponents\ItemTrackingDetailsType
$OptionIndex string Option Index. Optional Character length and limitations: 1 single-byte alphanumeric characters
$OptionTrackingDetails PayPal\EBLBaseComponents\OptionTrackingDetailsType
$ReuseDigitalDownloadKeys string Optional
$SoldoutURL string URL of page to display when an item is soldout. Optional Character length and limitations: 127 single-byte alphanumeric characters
$TrackInv string Is Inventory tracked. Required 0 or 1
$TrackPnl string Is PNL Tracked. Required 0 or 1

공개 메소드들

메소드 설명
__construct ( $HostedButtonID = null, $TrackInv = null, $TrackPnl = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $HostedButtonID = null, $TrackInv = null, $TrackPnl = null )

프로퍼티 상세

$AppendDigitalDownloadKeys 공개적으로 프로퍼티

Optional
public string $AppendDigitalDownloadKeys
리턴 string

$DigitalDownloadKeys 공개적으로 프로퍼티

Zero or more digital download keys to distribute to customers after transaction is completed. Optional Character length and limitations: 1000 single-byte alphanumeric characters
public string $DigitalDownloadKeys
리턴 string

$HostedButtonID 공개적으로 프로퍼티

Hosted Button ID of button you wish to change. Required Character length and limitations: 10 single-byte numeric characters
public string $HostedButtonID
리턴 string

$ItemTrackingDetails 공개적으로 프로퍼티

public ItemTrackingDetailsType,PayPal\EBLBaseComponents $ItemTrackingDetails
리턴 PayPal\EBLBaseComponents\ItemTrackingDetailsType

$OptionIndex 공개적으로 프로퍼티

Option Index. Optional Character length and limitations: 1 single-byte alphanumeric characters
public string $OptionIndex
리턴 string

$OptionTrackingDetails 공개적으로 프로퍼티

public OptionTrackingDetailsType,PayPal\EBLBaseComponents $OptionTrackingDetails
리턴 PayPal\EBLBaseComponents\OptionTrackingDetailsType

$ReuseDigitalDownloadKeys 공개적으로 프로퍼티

Optional
public string $ReuseDigitalDownloadKeys
리턴 string

$SoldoutURL 공개적으로 프로퍼티

URL of page to display when an item is soldout. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $SoldoutURL
리턴 string

$TrackInv 공개적으로 프로퍼티

Is Inventory tracked. Required 0 or 1
public string $TrackInv
리턴 string

$TrackPnl 공개적으로 프로퍼티

Is PNL Tracked. Required 0 or 1
public string $TrackPnl
리턴 string