Infusionsoft v0.6.1 Infusionsoft.Endpoints.XML.Invoice View Source
Provides the raw endpoints to Infusionsoft’s XML API for Invoice.
Link to this section Summary
Functions
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-a-commission-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-a-payment-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-an-item-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-calculate-invoice-tax
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-contact-subscription
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-subscription-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-custom-recurring-payment
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-delete-a-subscription
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-delete-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-pay-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-available-payment-options
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-credit-card
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-invoice-amount-due
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-invoice-payments
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-update-subscription-billing-date
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-validate-a-new-credit-card
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-validate-an-existing-credit-card
Link to this section Functions
add_a_commission_to_an_invoice( integer(), integer(), integer(), integer(), float(), integer(), String.t(), %NaiveDateTime{ calendar: term(), day: term(), hour: term(), microsecond: term(), minute: term(), month: term(), second: term(), year: term() }, String.t(), nil | String.t() ) :: {:ok, integer()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-a-commission-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-a-payment-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-add-an-item-to-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-calculate-invoice-tax
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-contact-subscription
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-subscription-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-an-invoice
create_custom_recurring_payment( integer(), boolean(), integer(), integer(), integer(), integer(), float(), %NaiveDateTime{ calendar: term(), day: term(), hour: term(), microsecond: term(), minute: term(), month: term(), second: term(), year: term() }, %NaiveDateTime{ calendar: term(), day: term(), hour: term(), microsecond: term(), minute: term(), month: term(), second: term(), year: term() }, integer(), integer(), String.t(), nil | String.t() ) :: {:ok, boolean()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-create-a-custom-recurring-payment
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-delete-a-subscription
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-delete-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-pay-an-invoice
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-available-payment-options
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-credit-card
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-invoice-amount-due
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-retrieve-invoice-payments
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-update-subscription-billing-date
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-validate-a-new-credit-card
https://developer.infusionsoft.com/docs/xml-rpc/#invoice-validate-an-existing-credit-card