Sha256: 209ffedea95453469c20f0c1574b7e3eda0fc949ddd1d942d58fb32072a3b232
Contents?: true
Size: 546 Bytes
Versions: 11
Compression:
Stored size: 546 Bytes
Contents
# VeloPayments::SourceAccountSummaryV3 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **source_account_id** | **String** | | **total_cost** | **Integer** | | **currency** | [**PaymentAuditCurrencyV3**](PaymentAuditCurrencyV3.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SourceAccountSummaryV3.new(source_account_id: null, total_cost: 3434, currency: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems