프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$Amount | Amount to reauthorize. 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 (,). | ||
$AuthorizationID | string | The value of a previously authorized transaction identification number returned by a PayPal product. You can obtain a buyer's transaction number from the TransactionID element of the PayerInfo structure returned by GetTransactionDetailsResponse. Required Character length and limits: 19 single-byte characters maximum | |
$MsgSubID | string | Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum. |
메소드 | 설명 | |
---|---|---|
__construct ( $AuthorizationID = null, $Amount = null ) | Constructor with arguments |
public __construct ( $AuthorizationID = null, $Amount = null ) |
public BasicAmountType,PayPal\CoreComponentTypes $Amount | ||
리턴 |
public string $AuthorizationID | ||
리턴 | string |
public string $MsgSubID | ||
리턴 | string |