EitherErrorMessageOrTaxSplitSummary
Either ErrorMessage or TaxSplitSummary
type EitherErrorMessageOrTaxSplitSummary {
left: ErrorMessage
right: TaxSplitSummary
}
Fields
EitherErrorMessageOrTaxSplitSummary.left ● ErrorMessage scalar
Left element of the Either
EitherErrorMessageOrTaxSplitSummary.right ● TaxSplitSummary object
Right element of the Either