Sha256: 4024fb349bbd0c7ca5bba0f04f2cfe6d7d3ba8d28c612c469d9afbe3a3219013
Contents?: true
Size: 1.43 KB
Versions: 4
Compression:
Stored size: 1.43 KB
Contents
# SyncteraRubySdk::DepositPost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The ID of the account | | | **back_image_id** | **String** | ID of the uploaded image of the back of the check | | | **business_id** | **String** | Unique ID for the business. Exactly one of `business_id` or `person_id` must be set. | [optional] | | **check_amount** | **Integer** | Amount on check in ISO 4217 minor currency units | | | **deposit_currency** | **String** | ISO 4217 currency code for the deposit amount | | | **front_image_id** | **String** | ID of the uploaded image of the front of the check | | | **metadata** | **Object** | Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data. | [optional] | | **person_id** | **String** | Unique ID for the person. Exactly one of `person_id` or `business_id` must be set. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::DepositPost.new( account_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96, back_image_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96, business_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96, check_amount: 12345, deposit_currency: USD, front_image_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96, metadata: null, person_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/DepositPost.md |
synctera_ruby_sdk-1.1.2 | docs/DepositPost.md |
synctera_ruby_sdk-1.1.1 | docs/DepositPost.md |
synctera_ruby_sdk-1.0.0 | docs/DepositPost.md |