PHP Class PayPal\EBLBaseComponents\SubscriptionInfoType

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

Public Properties

Property Type Description
$EffectiveDate Date when the subscription modification will be effective
$Password string Password generated by PayPal and given to subscriber to access the subscription. For security, the value of the password is hashed. Character length and limitations: 128 alphanumeric single-byte characters
$Recurrences string The number of payment installments that will occur at the regular rate. Character length and limitations: no limit
$RetryTime Date PayPal will retry a failed subscription payment
$SubscriptionDate Subscription start date
$SubscriptionID string ID generated by PayPal for the subscriber. Character length and limitations: no limit
$Terms SubscriptionTermsType Subscription duration and charges
$Username string Username generated by PayPal and given to subscriber to access the subscription. Character length and limitations: 64 alphanumeric single-byte characters
$reattempt string
$recurring string

Property Details

$EffectiveDate public property

Date when the subscription modification will be effective
public $EffectiveDate

$Password public property

Password generated by PayPal and given to subscriber to access the subscription. For security, the value of the password is hashed. Character length and limitations: 128 alphanumeric single-byte characters
public string $Password
return string

$Recurrences public property

The number of payment installments that will occur at the regular rate. Character length and limitations: no limit
public string $Recurrences
return string

$RetryTime public property

Date PayPal will retry a failed subscription payment
public $RetryTime

$SubscriptionDate public property

Subscription start date
public $SubscriptionDate

$SubscriptionID public property

ID generated by PayPal for the subscriber. Character length and limitations: no limit
public string $SubscriptionID
return string

$Terms public property

Subscription duration and charges
public SubscriptionTermsType,PayPal\EBLBaseComponents $Terms
return SubscriptionTermsType

$Username public property

Username generated by PayPal and given to subscriber to access the subscription. Character length and limitations: 64 alphanumeric single-byte characters
public string $Username
return string

$reattempt public property

public string $reattempt
return string

$recurring public property

public string $recurring
return string