Sha256: d6b6a530962ae03ca60357daf66f5d4a7107b69c6cdc133519a33c02ad23017e
Contents?: true
Size: 470 Bytes
Versions: 368
Compression:
Stored size: 470 Bytes
Contents
# CybridApiBank::PostPaymentInstructionBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invoice_guid** | **String** | The invoice guid. | | | **expected_behaviour** | **String** | The optional expected behaviour to simulate. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostPaymentInstructionBankModel.new( invoice_guid: null, expected_behaviour: null ) ```
Version data entries
368 entries across 368 versions & 1 rubygems