PHP Class PayPal\PayPalAPI\DoUATPAuthorizationRequestType

Inheritance: extends PayPal\EBLBaseComponents\AbstractRequestType
Show file Open project: paypal/merchant-sdk-php Class Usage Examples

Public Properties

Property Type Description
$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

Public Methods

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

Method Details

__construct() public method

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

Property Details

$Amount public property

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
return PayPal\CoreComponentTypes\BasicAmountType

$InvoiceID public property

Invoice ID. A pass through.
public string $InvoiceID
return string

$MsgSubID public property

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

$TransactionEntity public property

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
return string

$UATPDetails public property

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