PHP Class PayPal\PayPalAPI\BAUpdateRequestType

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

Public Properties

Property Type Description
$BillingAgreementCustom string
$BillingAgreementDescription string
$BillingAgreementStatus string
$ReferenceID string

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $ReferenceID = null )

Property Details

$BillingAgreementCustom public property

public string $BillingAgreementCustom
return string

$BillingAgreementDescription public property

public string $BillingAgreementDescription
return string

$BillingAgreementStatus public property

public string $BillingAgreementStatus
return string

$ReferenceID public property

public string $ReferenceID
return string