PHP Class Recurly_Currency, recurly-client-php

Afficher le fichier Open project: recurly/recurly-client-php

Méthodes publiques

Свойство Type Description
$amount_in_cents
$currencyCode

Méthodes publiques

Méthode Description
__construct ( $currencyCode, $amountInCents )
__toString ( )
amount ( ) : float Amount in dollars, or whatever your currency may be.

Method Details

__construct() public méthode

public __construct ( $currencyCode, $amountInCents )

__toString() public méthode

public __toString ( )

amount() public méthode

Amount in dollars, or whatever your currency may be.
public amount ( ) : float
Résultat float Amount in dollars

Property Details

$amount_in_cents public_oe property

public $amount_in_cents

$currencyCode public_oe property

public $currencyCode