Documentation
¶
Index ¶
- func GenerateInvoiceCreditNoteModel() string
- func GenerateInvoicePaymentReferenceNumberModel() string
- func GenerateInvoicePromotionalCreditModel() string
- func GenerateInvoiceUnBilledChargeModel() string
- func GenerateListInvoiceCreditNotes() string
- func GenerateListInvoicePaymentReferenceNumbers() string
- func GenerateListInvoicePayments() string
- func GenerateListInvoicePromotionalCredits() string
- func GenerateListInvoiceUnBilledCharges() string
- func GenerateListInvoiceVouchers() string
- func GenerateRetrieveInvoiceCreditNote() string
- func GenerateRetrieveInvoicePromotionalCredit() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInvoiceCreditNoteModel ¶
func GenerateInvoiceCreditNoteModel() string
GenerateInvoiceCreditNoteModel generates chargebee Invoice Credit Note domain model
Documentation: https://apidocs.chargebee.com/docs/api/credit_notes?lang=curl#credit_note_attributes
func GenerateInvoicePaymentReferenceNumberModel ¶
func GenerateInvoicePaymentReferenceNumberModel() string
GenerateInvoicePaymentReferenceNumberModel generates chargebee Invoice payment reference number domain model
Documentation: https://apidocs.chargebee.com/docs/api/payment_reference_numbers?lang=curl#payment_reference_number_attributes
func GenerateInvoicePromotionalCreditModel ¶
func GenerateInvoicePromotionalCreditModel() string
GenerateInvoicePromotionalCreditModel generates chargebee Invoice promotional credit domain model
Documentation: https://apidocs.chargebee.com/docs/api/promotional_credits?lang=curl#promotional_credit_attributes
func GenerateInvoiceUnBilledChargeModel ¶
func GenerateInvoiceUnBilledChargeModel() string
GenerateInvoiceUnBilledChargeModel generates chargebee Invoice Un-billed Charge domain model
Documentation: https://apidocs.chargebee.com/docs/api/unbilled_charges?lang=curl#unbilled_charge_attributes
func GenerateListInvoiceCreditNotes ¶
func GenerateListInvoiceCreditNotes() string
GenerateListInvoiceCreditNotes generates chargebee client code to fetch all invoice credit notes
API: https://{site}.chargebee.com/api/v2/credit_notes
Documentation: https://apidocs.chargebee.com/docs/api/credit_notes?lang=curl#list_credit_notes
func GenerateListInvoicePaymentReferenceNumbers ¶
func GenerateListInvoicePaymentReferenceNumbers() string
GenerateListInvoicePaymentReferenceNumbers generates chargebee client code to fetch all invoice payment reference numbers
API: https://{site}.chargebee.com/api/v2/invoices/payment_reference_numbers
Documentation: https://apidocs.chargebee.com/docs/api/invoices?lang=curl#list_payment_reference_numbers
func GenerateListInvoicePayments ¶
func GenerateListInvoicePayments() string
GenerateListInvoicePayments generates chargebee client code to fetch all invoice payments
API: https://{site}.chargebee.com/api/v2/invoices/{invoice-id}/payments
Documentation: https://apidocs.chargebee.com/docs/api/transactions?lang=curl#list_payments_for_an_invoice
func GenerateListInvoicePromotionalCredits ¶
func GenerateListInvoicePromotionalCredits() string
GenerateListInvoicePromotionalCredits generates chargebee client code to fetch all invoice promotional credits
API: https://{site}.chargebee.com/api/v2/promotional_credits
Documentation: https://apidocs.chargebee.com/docs/api/promotional_credits?lang=curl#list_promotional_credits
func GenerateListInvoiceUnBilledCharges ¶
func GenerateListInvoiceUnBilledCharges() string
GenerateListInvoiceUnBilledCharges generates chargebee client code to fetch all invoice Un-billed Charges
API: https://{site}.chargebee.com/api/v2/unbilled_charges
Documentation: https://apidocs.chargebee.com/docs/api/unbilled_charges?lang=curl#list_unbilled_charges
func GenerateListInvoiceVouchers ¶
func GenerateListInvoiceVouchers() string
GenerateListInvoiceVouchers generates chargebee client code to fetch all invoice vouchers
API: https://{site}.chargebee.com/api/v2/invoices/{invoice-id}/payment_vouchers
Documentation: https://apidocs.chargebee.com/docs/api/payment_vouchers?lang=curl#list_vouchers_for_an_invoice
func GenerateRetrieveInvoiceCreditNote ¶
func GenerateRetrieveInvoiceCreditNote() string
GenerateRetrieveInvoiceCreditNote generates chargebee client code to retrieve specific invoice credit note
API: https://{site}.chargebee.com/api/v2/credit_notes
Documentation: https://apidocs.chargebee.com/docs/api/credit_notes?lang=curl#retrieve_a_credit_note
func GenerateRetrieveInvoicePromotionalCredit ¶
func GenerateRetrieveInvoicePromotionalCredit() string
GenerateRetrieveInvoicePromotionalCredit generates chargebee client code to retrieve specific invoice promotional credit
API: https://{site}.chargebee.com/api/v2/promotional_credits/{account-credit-id}
Documentation: https://apidocs.chargebee.com/docs/api/promotional_credits?lang=curl#retrieve_a_promotional_credit
Types ¶
This section is empty.