PHP Class PayPal\EBLBaseComponents\CoupledPaymentInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$CoupledPaymentID string ID that uniquely identifies this CoupledPayment. Generated by PP in Response
$CoupledPaymentRequestID string ID received in the Coupled Payment Request

Property Details

$CoupledPaymentID public property

ID that uniquely identifies this CoupledPayment. Generated by PP in Response
public string $CoupledPaymentID
return string

$CoupledPaymentRequestID public property

ID received in the Coupled Payment Request
public string $CoupledPaymentRequestID
return string