Sha256: 95b4561dd9e95126409e33022c2ea158912e6dbd93b520d8b04853b5f0e607b3
Contents?: true
Size: 455 Bytes
Versions: 5
Compression:
Stored size: 455 Bytes
Contents
# CybridApiBank::PostPaymentInstructionBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invoice_guid** | **String** | The invoice guid. | | | **customer_guid** | **String** | The unique identifier for the customer. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostPaymentInstructionBankModel.new( invoice_guid: null, customer_guid: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems