Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 Changes in this version + type Billing struct + BillingDate string + BillingNumber string + CreatedAt string + DeductPrice string + DepartmentID string + DocumentName string + DueDate string + EmailStatus string + ExcisePrice string + ExcisePriceOfEightPercent string + ExcisePriceOfEightPercentAsReducedTaxRate string + ExcisePriceOfFivePercent string + ExcisePriceOfNonTaxable string + ExcisePriceOfTaxExemption string + ExcisePriceOfTenPercent string + ExcisePriceOfUntaxable string + ID string + IsDownloaded bool + IsLocked bool + Items []BillingItem + MemberID string + MemberName string + Memo string + Note string + OfficeDetail string + OfficeID string + OfficeName string + OperatorID string + PartnerID string + PartnerName string + PaymentCondition string + PaymentStatus string + PdfURL string + PostingStatus string + RegistrationCode string + SalesDate string + SubtotalOfEightPercentAsReducedTaxRateExcise string + SubtotalOfEightPercentExcise string + SubtotalOfFivePercentExcise string + SubtotalOfNonTaxableExcise string + SubtotalOfTaxExemptionExcise string + SubtotalOfTenPercentExcise string + SubtotalOfUntaxableExcise string + SubtotalPrice string + SubtotalWithTaxOfEightPercentAsReducedTaxRateExcise string + SubtotalWithTaxOfEightPercentExcise string + SubtotalWithTaxOfFivePercentExcise string + SubtotalWithTaxOfNonTaxableExcise string + SubtotalWithTaxOfTaxExemptionExcise string + SubtotalWithTaxOfTenPercentExcise string + SubtotalWithTaxOfUntaxableExcise string + TagNames []string + Title string + TotalPrice string + UpdatedAt string + UseInvoiceTemplate bool + type BillingItem struct + Code string + CreatedAt string + DeliveryDate string + DeliveryNumber string + Detail string + Excise string + ID string + IsDeductWithholdingTax *bool + ItemID string + Name string + Price string + Quantity string + Unit string + UpdatedAt string + type CreateBillingItem struct + DeliveryDate *string + DeliveryNumber *string + Detail *string + Excise *string + IsDeductWithholdingTax *bool + ItemID *string + Name *string + Price *json.Number + Quantity *json.Number + Unit *string + type CreateBillingRequest struct + BillingDate string + BillingNumber *string + DepartmentID string + DocumentName *string + DueDate *string + Items []CreateBillingItem + Memo *string + Note *string + PaymentCondition *string + SalesDate *string + TagNames *[]string + Title *string + type Department struct + Address1 string + Address2 string + CcEmails string + CreatedAt string + Email string + ID string + OfficeMemberID string + OfficeMemberName string + PeppolID string + PersonDept string + PersonName string + PersonTitle string + Prefecture string + Tel string + UpdatedAt string + Zip string + type Item struct + Code string + CreatedAt string + Detail string + Excise string + ID string + IsDeductWithholdingTax *bool + Name string + Price string + Quantity string + Unit string + UpdatedAt string + type ListBillingsResponse struct + Data []Billing + Pagination Pagination + type ListDepartmentsResponse struct + Data []Department + Pagination Pagination + type ListItemsResponse struct + Data []Item + Pagination Pagination + type ListPartnersResponse struct + Data []Partner + Pagination Pagination + type Pagination struct + CurrentPage int + PerPage int + TotalCount int + TotalPages int + type Partner struct + Code string + CreatedAt string + Departments []Department + ID string + Memo string + Name string + NameKana string + NameSuffix string + PaymentDeadlineSetting *PaymentDeadlineSetting + UpdatedAt string + type PaymentDeadlineSetting struct + ContingencyDay string + DueDate int + DueMonth string + type UpdateBillingRequest struct + BillingDate *string + BillingNumber *string + DepartmentID *string + DocumentName *string + DueDate *string + Memo *string + Note *string + PaymentCondition *string + SalesDate *string + TagNames *[]string + Title *string