Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

InvoiceFee.md

File metadata and controls

15 lines (9 loc) · 440 Bytes

InvoiceFee

xendit.invoice.model.InvoiceFee

An object representing internal details for a fee associated with an invoice.

Properties

Name Type Required Description Examples
type str ☑️ The type of fee.
value float ☑️ The value or amount of the fee.

[Back to README]