PHP 클래스 PayPal\PayPalAPI\DoCancelRequestType

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

공개 프로퍼티들

프로퍼티 타입 설명
$APIType string Original API's type
$CancelMsgSubID string Msg Sub Id that was used for the orginal operation.
$MsgSubID string Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum.

공개 메소드들

메소드 설명
__construct ( $CancelMsgSubID = null, $APIType = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $CancelMsgSubID = null, $APIType = null )

프로퍼티 상세

$APIType 공개적으로 프로퍼티

Original API's type
public string $APIType
리턴 string

$CancelMsgSubID 공개적으로 프로퍼티

Msg Sub Id that was used for the orginal operation.
public string $CancelMsgSubID
리턴 string

$MsgSubID 공개적으로 프로퍼티

Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum.
public string $MsgSubID
리턴 string