PHP Class PayPal\EBLBaseComponents\RecurringPaymentsProfileDetailsType

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

Public Properties

Property Type Description
$BillingStartDate When does this Profile begin billing?
$ProfileReference string Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
$SubscriberName string Subscriber name - if missing, will use name in buyer's account
$SubscriberShippingAddress AddressType Subscriber address - if missing, will use address in buyer's account

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $BillingStartDate = null )

Property Details

$BillingStartDate public property

When does this Profile begin billing?
public $BillingStartDate

$ProfileReference public property

Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $ProfileReference
return string

$SubscriberName public property

Subscriber name - if missing, will use name in buyer's account
public string $SubscriberName
return string

$SubscriberShippingAddress public property

Subscriber address - if missing, will use address in buyer's account
public AddressType,PayPal\EBLBaseComponents $SubscriberShippingAddress
return AddressType