Skip to content

Commit

Permalink
[Billing] Add column to price
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jul 3, 2024
1 parent f142eed commit cc39f55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<field name="currency" column="currency" type="string" nullable="false" />
<field name="recurring" column="recurring" type="boolean" nullable="true" />
<field name="public" column="public" type="boolean" nullable="true" />
<field name="includingTax" column="including_tax" type="boolean" nullable="true" />
<field name="isDeleted" column="is_deleted" type="boolean" nullable="true" />
<field name="schedule" column="schedule" type="string" nullable="true" />
<field name="externalReference" column="external_reference" type="string" nullable="true" />
Expand Down

0 comments on commit cc39f55

Please sign in to comment.