PHP 클래스 PayPal\EBLBaseComponents\ScheduleDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$ActivationDetails ActivationDetailsType
$AutoBillOutstandingAmount string
$Description string Schedule details for the Recurring Payment
$MaxFailedPayments integer The max number of payments the buyer can fail before this Recurring Payments profile is cancelled
$PaymentPeriod BillingPeriodDetailsType
$TrialPeriod BillingPeriodDetailsType Trial period of this schedule

공개 메소드들

메소드 설명
__construct ( $Description = null, $PaymentPeriod = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $Description = null, $PaymentPeriod = null )

프로퍼티 상세

$ActivationDetails 공개적으로 프로퍼티

public ActivationDetailsType,PayPal\EBLBaseComponents $ActivationDetails
리턴 ActivationDetailsType

$AutoBillOutstandingAmount 공개적으로 프로퍼티

public string $AutoBillOutstandingAmount
리턴 string

$Description 공개적으로 프로퍼티

Schedule details for the Recurring Payment
public string $Description
리턴 string

$MaxFailedPayments 공개적으로 프로퍼티

The max number of payments the buyer can fail before this Recurring Payments profile is cancelled
public int $MaxFailedPayments
리턴 integer

$PaymentPeriod 공개적으로 프로퍼티

public BillingPeriodDetailsType,PayPal\EBLBaseComponents $PaymentPeriod
리턴 BillingPeriodDetailsType

$TrialPeriod 공개적으로 프로퍼티

Trial period of this schedule
public BillingPeriodDetailsType,PayPal\EBLBaseComponents $TrialPeriod
리턴 BillingPeriodDetailsType