Property | Type | Description | |
---|---|---|---|
$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 (,). | ||
$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 | UATP card details Required |
Method | Description | |
---|---|---|
__construct ( $UATPDetails = null, $Amount = null ) | Constructor with arguments |
public __construct ( $UATPDetails = null, $Amount = null ) |
public BasicAmountType,PayPal\CoreComponentTypes $Amount | ||
return |
public string $MsgSubID | ||
return | string |
public string $TransactionEntity | ||
return | string |