PHP Class PayPal\EBLBaseComponents\SetCustomerBillingAgreementRequestDetailsType

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

Public Properties

Property Type Description
$BillingAgreementDetails BillingAgreementDetailsType
$BuyerEmail string
$CancelURL string
$LocaleCode string
$PageStyle string
$ReqBillingAddress string The value 1 indicates that you require that the customer's billing address on file. Setting this element overrides the setting you have specified in Admin. Optional Character length and limitations: One single-byte numeric character.
$ReturnURL string
$cppheaderbackcolor string
$cppheaderbordercolor string
$cppheaderimage string
$cpppayflowcolor string

Public Methods

Method Description
__construct ( $BillingAgreementDetails = null, $ReturnURL = null, $CancelURL = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $BillingAgreementDetails = null, $ReturnURL = null, $CancelURL = null )

Property Details

$BillingAgreementDetails public property

public BillingAgreementDetailsType,PayPal\EBLBaseComponents $BillingAgreementDetails
return BillingAgreementDetailsType

$BuyerEmail public property

public string $BuyerEmail
return string

$CancelURL public property

public string $CancelURL
return string

$LocaleCode public property

public string $LocaleCode
return string

$PageStyle public property

public string $PageStyle
return string

$ReqBillingAddress public property

The value 1 indicates that you require that the customer's billing address on file. Setting this element overrides the setting you have specified in Admin. Optional Character length and limitations: One single-byte numeric character.
public string $ReqBillingAddress
return string

$ReturnURL public property

public string $ReturnURL
return string

$cppheaderbackcolor public property

public string $cppheaderbackcolor
return string

$cppheaderbordercolor public property

public string $cppheaderbordercolor
return string

$cppheaderimage public property

public string $cppheaderimage
return string

$cpppayflowcolor public property

public string $cpppayflowcolor
return string