PHP 클래스 PayPal\Api\InstallmentOption

A resource describing an installment
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getDiscountAmount ( ) : PayPal\Api\Currency Discount amount applied to the payment, if any
getDiscountPercentage ( ) : string Discount percentage applied to the payment, if any
getMonthlyPayment ( ) : PayPal\Api\Currency Monthly payment
getTerm ( ) : integer Number of installments
setDiscountAmount ( PayPal\Api\Currency $discount_amount ) Discount amount applied to the payment, if any
setDiscountPercentage ( string $discount_percentage ) Discount percentage applied to the payment, if any
setMonthlyPayment ( PayPal\Api\Currency $monthly_payment ) Monthly payment
setTerm ( integer $term ) Number of installments

메소드 상세

getDiscountAmount() 공개 메소드

Discount amount applied to the payment, if any
public getDiscountAmount ( ) : PayPal\Api\Currency
리턴 PayPal\Api\Currency

getDiscountPercentage() 공개 메소드

Discount percentage applied to the payment, if any
public getDiscountPercentage ( ) : string
리턴 string

getMonthlyPayment() 공개 메소드

Monthly payment
public getMonthlyPayment ( ) : PayPal\Api\Currency
리턴 PayPal\Api\Currency

getTerm() 공개 메소드

Number of installments
public getTerm ( ) : integer
리턴 integer

setDiscountAmount() 공개 메소드

Discount amount applied to the payment, if any
public setDiscountAmount ( PayPal\Api\Currency $discount_amount )
$discount_amount PayPal\Api\Currency

setDiscountPercentage() 공개 메소드

Discount percentage applied to the payment, if any
public setDiscountPercentage ( string $discount_percentage )
$discount_percentage string

setMonthlyPayment() 공개 메소드

Monthly payment
public setMonthlyPayment ( PayPal\Api\Currency $monthly_payment )
$monthly_payment PayPal\Api\Currency

setTerm() 공개 메소드

Number of installments
public setTerm ( integer $term )
$term integer