GraphQL OBJECT
TaxationHistory
TaxationHistory.
link Definition
- type TaxationHistory {
- # Subscription id.
- : Int
- # Payment country.
- : CountryEnum
- # Customer remote country.
- : CountryEnum
- # Contact taxation country.
- : CountryEnum
- # Description of taxation history changes.
- : String
- }