Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 608 Bytes

InvoiceOneOffCreateInputInvoice.md

File metadata and controls

22 lines (16 loc) · 608 Bytes

LagoAPI::InvoiceOneOffCreateInputInvoice

Properties

Name Type Description Notes
external_customer_id String Unique identifier assigned to the customer in your application.
currency Currency [optional]
fees Array<InvoiceOneOffCreateInputInvoiceFeesInner>

Example

require 'lago_ruby'

instance = LagoAPI::InvoiceOneOffCreateInputInvoice.new(
  external_customer_id: hooli_1234,
  currency: null,
  fees: null
)