PHP Class Recurly_Currency, recurly-client-php

Datei anzeigen Open project: recurly/recurly-client-php

Public Properties

Property Type Description
$amount_in_cents
$currencyCode

Public Methods

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

Method Details

__construct() public method

public __construct ( $currencyCode, $amountInCents )

__toString() public method

public __toString ( )

amount() public method

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

Property Details

$amount_in_cents public_oe property

public $amount_in_cents

$currencyCode public_oe property

public $currencyCode