TaxSplitSummary
No description
type TaxSplitSummary {
taxCode: TaxCode!
totalPaid: Amount!
totalComputed: Amount!
diffWithChargedInUsd: Amount!
safeRefundable: Amount
isPartialRefundable: Boolean
appliedInSegments: [TaxSegmentSummary!]!
}