PHP Class PayPal\EBLBaseComponents\CoupledBucketsType

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

Public Properties

Property Type Description
$CoupleType string Relationship Type - LifeTime (default)
$CoupledPaymentRequestID string Identifier for this relation
$PaymentRequestID string

Public Methods

Method Description
__construct ( $PaymentRequestID = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $PaymentRequestID = null )

Property Details

$CoupleType public property

Relationship Type - LifeTime (default)
public string $CoupleType
return string

$CoupledPaymentRequestID public property

Identifier for this relation
public string $CoupledPaymentRequestID
return string

$PaymentRequestID public property

public string $PaymentRequestID
return string