Sha256: 451840c3056b795418b2ede4d3d1bdbf4e85801a798057b5daa2cff9b43b7272

Contents?: true

Size: 459 Bytes

Versions: 3

Compression:

Stored size: 459 Bytes

Contents

# VeloPayments::SourceAccountSummaryV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **source_account_id** | **String** |  |  |
| **total_cost** | **Integer** |  |  |
| **currency** | **String** | ISO 3 character currency code | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::SourceAccountSummaryV3.new(
  source_account_id: null,
  total_cost: 3434,
  currency: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/SourceAccountSummaryV3.md
velopayments-2.35.58 docs/SourceAccountSummaryV3.md
velopayments-2.35.58.beta1 docs/SourceAccountSummaryV3.md