Name | Type | Description | Notes |
---|---|---|---|
external_customer_id | String | Unique identifier assigned to the customer in your application. | |
currency | Currency | [optional] | |
fees | Array<InvoiceOneOffCreateInputInvoiceFeesInner> |
require 'lago_ruby'
instance = LagoAPI::InvoiceOneOffCreateInputInvoice.new(
external_customer_id: hooli_1234,
currency: null,
fees: null
)