Sha256: 1d63408bab8f47382ce9344f7e0b66cbc87e5cf65a32caef4582145d28a782fb
Contents?: true
Size: 525 Bytes
Versions: 4
Compression:
Stored size: 525 Bytes
Contents
# Plaid::Amount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency** | **String** | The ISO-4217 currency code of the payment. For standing orders, `\"GBP\"` must be used. | | | **value** | **Float** | The amount of the payment. Must contain at most two digits of precision e.g. `1.23`. Minimum accepted value is `1`. | | ## Example ```ruby require 'plaid' instance = Plaid::Amount.new( currency: null, value: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/Amount.md |
plaid-14.0.0.beta.3 | docs/Amount.md |
plaid-14.0.0.beta.2 | docs/Amount.md |
plaid-14.0.0.beta.1 | docs/Amount.md |