PHP Class PayPal\EBLBaseComponents\RecurringPaymentsProfileDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
__construct ( $BillingStartDate = null ) Constructor with arguments

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $BillingStartDate = null )

Property Details

$BillingStartDate public_oe property

When does this Profile begin billing?
public $BillingStartDate

$ProfileReference public_oe property

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

$SubscriberName public_oe property

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

$SubscriberShippingAddress public_oe property

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