PHP 클래스 PayPal\EBLBaseComponents\SubscriptionInfoType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세

$EffectiveDate 공개적으로 프로퍼티

Date when the subscription modification will be effective
public $EffectiveDate

$Password 공개적으로 프로퍼티

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
리턴 string

$Recurrences 공개적으로 프로퍼티

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

$RetryTime 공개적으로 프로퍼티

Date PayPal will retry a failed subscription payment
public $RetryTime

$SubscriptionDate 공개적으로 프로퍼티

Subscription start date
public $SubscriptionDate

$SubscriptionID 공개적으로 프로퍼티

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

$Terms 공개적으로 프로퍼티

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

$Username 공개적으로 프로퍼티

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

$reattempt 공개적으로 프로퍼티

public string $reattempt
리턴 string

$recurring 공개적으로 프로퍼티

public string $recurring
리턴 string