OBJECT
ZuoraConfigs
link GraphQL Schema definition
1 type ZuoraConfigs { 2 3 # Twitch merchant account ID on Zuora. 4 : ID! 5 6 # ID of the hosted page we will render. 7 : ID! 8 9 # URL of the hosted page we will render. 10 : String! 11 12 # Used to encrypt sensitive information. 13 : String! 14 15 # Need to pass generated signature to access Zuora payment pages. 16 : String! 17 18 # In some cases, when you contact Zuora Support with an issue, the person helping 19 # you may ask you to provide the tenant ID. 20 : ID! 21 22 # Zuora API uses token as part of authentication. 23 : String! 24 25 }