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

Version Path
cybrid_api_bank_ruby-0.114.5 docs/PostPaymentInstructionBankModel.md
cybrid_api_bank_ruby-0.114.4 docs/PostPaymentInstructionBankModel.md
cybrid_api_bank_ruby-0.114.3 docs/PostPaymentInstructionBankModel.md
cybrid_api_bank_ruby-0.114.2 docs/PostPaymentInstructionBankModel.md
cybrid_api_bank_ruby-0.114.0 docs/PostPaymentInstructionBankModel.md