Sha256: 0f996629dda8965bc197d3da283c82756a1c4f1a4acbebb5bc69c1f49a835b72

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

# VeloPayments::CreateTransactionResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transaction_id** | **String** | The Id of the newly created transaction  |  |
| **transaction_short_code** | **String** | The short code for the transaction that can be used when sending funds into the platform  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreateTransactionResponse.new(
  transaction_id: 4d88e559-d057-45b1-8d8b-b9ccc06f4503,
  transaction_short_code: T1234ABC
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CreateTransactionResponse.md