GraphQL OBJECT

TaxationHistory

TaxationHistory.

link Definition

  • type TaxationHistory {
  • # Subscription id.
  • subscriptionId: Int
  • # Payment country.
  • paymentCountryId: CountryEnum
  • # Customer remote country.
  • remoteAddressCountryId: CountryEnum
  • # Contact taxation country.
  • vatContactCountryId: CountryEnum
  • # Description of taxation history changes.
  • description: String
  • }