InvoiceInterface
interface InvoiceInterface implements ResourceInterface, RetrieveInterface, UpdateInterface, ListAllInterface, DeleteInterface
Methods
                    create(CustomerInterface $customer, SubscriptionBillingTypeInterface $type, array $arguments = [], string|null $key = null)
        
                                            
                
            No description
                    finalizeInvoice(string $invoiceid)
        
                                            
                
            No description
                    pay(string $invoiceid)
        
                                            
                
            No description
                    sendInvoice(string $invoiceid)
        
                                            
                
            No description
                    voidInvoice(string $invoiceid)
        
                                            
                
            No description
                    markUncollectible(string $invoiceid)
        
                                            
                
            No description
                    retrieveLineItems(string $invoiceid, array $arguments = [])
        
                                            
                
            No description