Sha256: 39a8c853a3bf58da3c7e96b1ca1f643dd1296ea8340adca0d94c8a6d919dc0a3
Contents?: true
Size: 1.12 KB
Versions: 641
Compression:
Stored size: 1.12 KB
Contents
# CybridApiBank::PostWorkflowBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The workflow type. | | | **kind** | **String** | The Plaid workflow kind. | [optional] | | **customer_guid** | **String** | The customer identifier associated with the workflow. | [optional] | | **external_bank_account_guid** | **String** | The external bank account identifier associated with the workflow. | [optional] | | **language** | **String** | The language to initialize Plaid link. | [optional] | | **link_customization_name** | **String** | The customization name for Plaid link. | [optional] | | **redirect_uri** | **String** | The redirect URI for Plaid link. | [optional] | | **android_package_name** | **String** | The Android package name for Plaid link. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostWorkflowBankModel.new( type: null, kind: null, customer_guid: null, external_bank_account_guid: null, language: null, link_customization_name: null, redirect_uri: null, android_package_name: null ) ```
Version data entries
641 entries across 641 versions & 1 rubygems