PHP 클래스 PayPal\PayPalAPI\DoUATPAuthorizationRequestType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType Amount to authorize. Required Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
$InvoiceID string Invoice ID. A pass through.
$MsgSubID string Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum.
$TransactionEntity string Type of transaction to authorize. The only allowable value is Order, which means that the transaction represents a customer order that can be fulfilled over 29 days. Optional
$UATPDetails PayPal\EBLBaseComponents\UATPDetailsType UATP card details Required

공개 메소드들

메소드 설명
__construct ( $UATPDetails = null, $Amount = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $UATPDetails = null, $Amount = null )

프로퍼티 상세

$Amount 공개적으로 프로퍼티

Amount to authorize. Required Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$InvoiceID 공개적으로 프로퍼티

Invoice ID. A pass through.
public string $InvoiceID
리턴 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

$TransactionEntity 공개적으로 프로퍼티

Type of transaction to authorize. The only allowable value is Order, which means that the transaction represents a customer order that can be fulfilled over 29 days. Optional
public string $TransactionEntity
리턴 string

$UATPDetails 공개적으로 프로퍼티

UATP card details Required
public UATPDetailsType,PayPal\EBLBaseComponents $UATPDetails
리턴 PayPal\EBLBaseComponents\UATPDetailsType