Sha256: 81449e2f5b976a4377884e697f4cd1b347db01580513055252fa5ff234775582
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
# PCPServerSDK::AmountOfMoney ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Amount in cents and always having 2 decimals | | | **currency_code** | **String** | Three-letter ISO currency code representing the currency for the amount | | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::AmountOfMoney.new( amount: 1000, currency_code: EUR ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/AmountOfMoney.md |
pcp-server-ruby-sdk-0.1.0 | docs/AmountOfMoney.md |