Sha256: 5f923ad56246e38aeb6efbea70203a72560987cf2579c02774d5f95820752aa7
Contents?: true
Size: 942 Bytes
Versions: 4
Compression:
Stored size: 942 Bytes
Contents
# SyncteraRubySdk::InternalTransferResponseAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The transaction id associated with the transfer | | | **status** | **String** | The status of the internal transfer auth. A value of `PENDING` indicates that the funds have been reserved and the transaction is ready to be either completed or canceled. A value of `COMPLETE` indicates the funds have been successfully moved and no more action can be performed. A value of `CANCELED` or `EXPIRED` means that the transaction has rolled back and the funds have been returned to the originating account, either by explicitly canceling via the API, or due to the expiry time having passed. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::InternalTransferResponseAllOf.new( id: null, status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems