UpdatePaymentServiceProviderInput

Input type to update a PaymentServiceProvider.

Input Fields

ref (String!)

External reference to the PaymentServiceProvider. Must be unique.
Max character limit: 100.

name (String)

Name of the PaymentServiceProvider.
Max character limit: 50.

clientId (String)

The ClientId of the PaymentServiceProvider.
Max character limit: 25.

clientSecret (String)

The Client Secret of the PaymentServiceProvider.
Max character limit: 50.

serviceAuthToken (String)

The Authorization Key of this PaymentServiceProvider.
Max character limit: 50.

host (String)

The host name of the PaymentServiceProvider.
Max character limit: 50.

port (Int)

The port of the PaymentServiceProvider

attributes ([AttributeInput])

A list of attributes associated with the PaymentServiceProvider. This can be used to extend the existing data structure with additional data.