Sha256: 989ffcc39fbf18205ac0bd8853691cbf41606fb71418d4496f5e62bf0013e000
Contents?: true
Size: 802 Bytes
Versions: 4
Compression:
Stored size: 802 Bytes
Contents
# SyncteraRubySdk::TransactionLine ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The account uuid associated with this transaction line | | | **account_no** | **String** | The account number associated with this transaction line | | | **amount** | **Integer** | The amount (in cents) of the transaction | | | **currency** | **String** | ISO 4217 alphabetic currency code of the transfer amount | | | **dc_sign** | [**DcSign**](DcSign.md) | | | | **uuid** | **String** | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::TransactionLine.new( account_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, account_no: null, amount: null, currency: null, dc_sign: null, uuid: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems