Sha256: 7296d129c6ef191f1b6013f55670c5a3bb4e55138035cde1cd2fd598fd0e101f
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
# HelloextendApiClient::Amount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency_code** | **String** | This is an ISO-4217 currency code. See <a href='https://en.wikipedia.org/wiki/ISO_4217'>https://en.wikipedia.org/wiki/ISO_4217</a> for more information | [optional] **amount** | **Float** | Amount, in cents, eg $19.99 would be 1999 | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Amount.new(currency_code: USD, amount: 1999) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/Amount.md |
helloextend_api_client-1.0.2 | docs/Amount.md |