Sha256: 1ea7d3bcb8169b60cbc9ad30f8cab4bd5ffc777a729a523686abe050f3ff8e78
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
# VeloPayments::SourceAccountSummary ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **source_account_id** | **String** | | | | **total_cost** | **Integer** | | | | **currency** | **String** | ISO-4217 3 character currency code | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::SourceAccountSummary.new( source_account_id: null, total_cost: 3344, currency: EUR ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/SourceAccountSummary.md |
velopayments-2.35.58 | docs/SourceAccountSummary.md |
velopayments-2.35.58.beta1 | docs/SourceAccountSummary.md |