Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 456 Bytes

InvoiceFee.md

File metadata and controls

16 lines (11 loc) · 456 Bytes

# InvoiceFee

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

use Xendit\Invoice\InvoiceFee;

Properties

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

[Back to README]