Sha256: 8cbb27dcb9f088e26cf47cb5912b4ecf65a25c760f1b5421c309045ddbd58aae

Contents?: true

Size: 1.83 KB

Versions: 554

Compression:

Stored size: 1.83 KB

Contents

# CybridApiBank::InvoiceBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the payment instruction. | [optional] |
| **customer_guid** | **String** | The customer identifier. | [optional] |
| **account_guid** | **String** | The account payment will ultimately be received into. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
| **type** | **String** | The type of invoice; one of lightning. | [optional] |
| **asset** | **String** | The asset code the customer will receive the funds in. | [optional] |
| **receive_amount** | **Integer** | The amount to be received in base units of the asset, i.e., the amount the customer will receive after fees. ONLY one of receive_amount or deliver_amount is required. | [optional] |
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the asset, i.e., the amount the customer will receive before fees. ONLY one of receive_amount or deliver_amount is required. | [optional] |
| **fee** | **Integer** | The fee associated with this invoice in base units of the asset. | [optional] |
| **state** | **String** | The state of the invoice; one of storing, unpaid, cancelling, cancelled, settling, or paid. | [optional] |
| **labels** | **Array<String>** | The labels associated with the invoice. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::InvoiceBankModel.new(
  guid: null,
  customer_guid: null,
  account_guid: null,
  created_at: null,
  updated_at: null,
  type: null,
  asset: null,
  receive_amount: null,
  deliver_amount: null,
  fee: null,
  state: null,
  labels: null
)
```

Version data entries

554 entries across 554 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.115.119 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.116 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.115 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.112 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.111 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.110 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.108 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.107 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.106 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.105 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.102 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.101 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.99 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.97 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.94 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.92 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.91 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.90 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.89 docs/InvoiceBankModel.md
cybrid_api_bank_ruby-0.115.87 docs/InvoiceBankModel.md