OBJECT
PaymentProviderConfigs
link GraphQL Schema definition
1 type PaymentProviderConfigs { 2 3 # Configs to initiate Recurly library for the user for purchase checkout or 4 # payment method update. 5 : RecurlyConfigs! 6 7 # Xsolla configs include the iframe URL for purchase checkout or payment method 8 # update. 9 : XsollaConfigs! 10 11 # Configs for initiating Zuora credit card payments or payment method update. 12 : ZuoraConfigs! 13 14 }