Skip to content

Commit

Permalink
Move proprietary_uid to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonB committed Nov 30, 2023
1 parent c53145e commit ae2f50f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions invoices_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type InvoicesCreateRequestBody struct {
InvoiceReceipt *NewInvoice `json:"invoice_receipt"`
CreditNote *NewInvoice `json:"credit_note"`
DebitNote *NewInvoice `json:"debit_note"`
ProprietaryUID string `json:"proprietary_uid,omitempty"`
}

type InvoicesCreateResponseBody struct {
Expand Down
1 change: 0 additions & 1 deletion invoices_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ type NewInvoice struct {
PartialPayments []PaymentItem `json:"partial_payments"`
MbReference string `json:"mb_reference"`
OwnerInvoiceID string `json:"owner_invoice_id"`
ProprietaryUID string `json:"proprietary_uid,omitempty"`
}

type NewItem struct {
Expand Down

0 comments on commit ae2f50f

Please sign in to comment.