Sha256: 58c70e8df2ce2b593ae5ce80e5d197628afa50c3b10f4b069f8a27c58f10aece
Contents?: true
Size: 1.03 KB
Versions: 230
Compression:
Stored size: 1.03 KB
Contents
# CybridApiBank::PostInvoiceBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **asset** | **String** | The asset code the customer will receive the funds in. | | | **customer_guid** | **String** | The unique identifier for the customer. | [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] | | **labels** | **Array<String>** | The labels associated with the customer. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostInvoiceBankModel.new( asset: null, customer_guid: null, receive_amount: null, deliver_amount: null, labels: null ) ```
Version data entries
230 entries across 230 versions & 1 rubygems