PHP 클래스 Recurly_Currency, recurly-client-php

파일 보기 프로젝트 열기: recurly/recurly-client-php

공개 프로퍼티들

프로퍼티 타입 설명
$amount_in_cents
$currencyCode

공개 메소드들

메소드 설명
__construct ( $currencyCode, $amountInCents )
__toString ( )
amount ( ) : float Amount in dollars, or whatever your currency may be.

메소드 상세

__construct() 공개 메소드

public __construct ( $currencyCode, $amountInCents )

__toString() 공개 메소드

public __toString ( )

amount() 공개 메소드

Amount in dollars, or whatever your currency may be.
public amount ( ) : float
리턴 float Amount in dollars

프로퍼티 상세

$amount_in_cents 공개적으로 프로퍼티

public $amount_in_cents

$currencyCode 공개적으로 프로퍼티

public $currencyCode