PHP Class PayPal\EBLBaseComponents\BillingAgreementDetailsType

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

Public Properties

Property Type Description
$BillingAgreementCustom string Custom annotation field for your exclusive use.
$BillingAgreementDescription string Only needed for AutoBill billinng type.
$BillingType string
$PaymentType string

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $BillingType = null )

Property Details

$BillingAgreementCustom public property

Custom annotation field for your exclusive use.
public string $BillingAgreementCustom
return string

$BillingAgreementDescription public property

Only needed for AutoBill billinng type.
public string $BillingAgreementDescription
return string

$BillingType public property

public string $BillingType
return string

$PaymentType public property

public string $PaymentType
return string