Sha256: 0ba880c08e5a435b4cca47a664225317a1cd15201734faca03f2324de7e69a0a
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 Bytes
Contents
# Plaid::PaymentAmount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency** | **String** | The ISO-4217 currency code of the payment amount | | | **value** | **Float** | The payment amount | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentAmount.new( currency: null, value: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/PaymentAmount.md |
plaid-14.0.0.beta.3 | docs/PaymentAmount.md |
plaid-14.0.0.beta.2 | docs/PaymentAmount.md |
plaid-14.0.0.beta.1 | docs/PaymentAmount.md |