PHP 클래스 PayPal\Api\ShippingCost

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

공개 메소드들

메소드 설명
getAmount ( ) : PayPal\Api\Currency The shipping cost, as an amount. Valid range is from 0 to 999999.99.
getTax ( ) : Tax The tax percentage on the shipping amount.
setAmount ( PayPal\Api\Currency $amount ) The shipping cost, as an amount. Valid range is from 0 to 999999.99.
setTax ( Tax $tax ) The tax percentage on the shipping amount.

메소드 상세

getAmount() 공개 메소드

The shipping cost, as an amount. Valid range is from 0 to 999999.99.
public getAmount ( ) : PayPal\Api\Currency
리턴 PayPal\Api\Currency

getTax() 공개 메소드

The tax percentage on the shipping amount.
public getTax ( ) : Tax
리턴 Tax

setAmount() 공개 메소드

The shipping cost, as an amount. Valid range is from 0 to 999999.99.
public setAmount ( PayPal\Api\Currency $amount )
$amount PayPal\Api\Currency

setTax() 공개 메소드

The tax percentage on the shipping amount.
public setTax ( Tax $tax )
$tax Tax