PHP 클래스 PayPal\EBLBaseComponents\BillingPeriodDetailsType_Update

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

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType Amount to charge
$BillingFrequency integer Number of BillingPeriod that make up one billing cycle
$BillingPeriod string Unit of meausre for billing cycle
$ShippingAmount PayPal\CoreComponentTypes\BasicAmountType Additional shipping amount to charge
$TaxAmount PayPal\CoreComponentTypes\BasicAmountType Additional tax amount to charge
$TotalBillingCycles integer Total billing cycles in this portion of the schedule

프로퍼티 상세

$Amount 공개적으로 프로퍼티

Amount to charge
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$BillingFrequency 공개적으로 프로퍼티

Number of BillingPeriod that make up one billing cycle
public int $BillingFrequency
리턴 integer

$BillingPeriod 공개적으로 프로퍼티

Unit of meausre for billing cycle
public string $BillingPeriod
리턴 string

$ShippingAmount 공개적으로 프로퍼티

Additional shipping amount to charge
public BasicAmountType,PayPal\CoreComponentTypes $ShippingAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$TaxAmount 공개적으로 프로퍼티

Additional tax amount to charge
public BasicAmountType,PayPal\CoreComponentTypes $TaxAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$TotalBillingCycles 공개적으로 프로퍼티

Total billing cycles in this portion of the schedule
public int $TotalBillingCycles
리턴 integer