InvoiceItemInterface
interface InvoiceItemInterface implements ResourceInterface, RetrieveInterface, UpdateInterface, ListAllInterface, DeleteInterface
Methods
create(CustomerInterface $customer, InvoiceItemTypeInterface $type, array $arguments = [], string $key = null, string $currency = 'usd')
No description