InvoiceService::allLines()
Method: When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.
InvoiceService::allLines Read More »
Method: When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.
InvoiceService::allLines Read More »
Method: You can list all invoices, or list the invoices for a specific customer. The invoices are returned sorted by creation date, with the most recently created invoices appearing first.
InvoiceService::all Read More »
Method: Updates an existing tax rate.
TaxRateService::update Read More »
Method: Retrieves a tax rate with the given ID.
TaxRateService::retrieve Read More »
Method: Creates a new tax rate.
TaxRateService::create Read More »
Method: Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
TaxRateService::all Read More »
Method: No description found
CustomerService::verifySource Read More »
Method: No description found
CustomerService::updateSource Read More »
Method: Most credit balance transaction fields are immutable, but you may update its description and metadata.
CustomerService::updateBalanceTransaction Read More »
Method: Updates the specified customer by setting the values of the parameters passed.
CustomerService::update Read More »
Method: Retrieves the TaxID object with the given identifier.
CustomerService::retrieveTaxId Read More »
Method: Retrieve a specified source for a given customer.
CustomerService::retrieveSource Read More »
Method: Retrieves a specific customer balance transaction that updated the customer’s balances.
CustomerService::retrieveBalanceTransaction Read More »
Method: Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.
CustomerService::retrieve Read More »
Method: Deletes an existing TaxID object.
CustomerService::deleteTaxId Read More »
Method: No description found
CustomerService::deleteSource Read More »
Method: Removes the currently applied discount on a customer.
CustomerService::deleteDiscount Read More »
Method: Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
CustomerService::delete Read More »