INPUT_OBJECT
CreditCardProcessorCredentialInput
The credentials for the credit card processor. Generally some type of API key or authentication information.
link GraphQL Schema definition
- input CreditCardProcessorCredentialInput {
- # The credential name.
- CreditCardProviderCredential! :
- # The credential value.
- String! :
- }