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