Skip to content

Commit

Permalink
Fixing payee typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Nov 22, 2023
1 parent f0c84d5 commit 0758bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bill/payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// Payment contains details as to how the invoice should be paid.
type Payment struct {
// The party responsible for receiving payment of the invoice, if not the supplier.
Payee *org.Party `json:"payee,omitempty" jsonschema:"title=Payer"`
Payee *org.Party `json:"payee,omitempty" jsonschema:"title=Payee"`
// Payment terms or conditions.
Terms *pay.Terms `json:"terms,omitempty" jsonschema:"title=Terms"`
// Any amounts that have been paid in advance and should be deducted from the amount due.
Expand Down

0 comments on commit 0758bb2

Please sign in to comment.