Alokai

TaxPortionDraft

type TaxPortionDraft = {
  name?: InputMaybe<Scalars['String']>;
  rate: Scalars['Float'];
  amount: MoneyInput;
};

Referenced Types

On this page