ProcessorConfig
Model for payment processor configuration
Represents a specific processor, gateway, and PSP combination
- descriptionType: string · Descriptionrequired
- gatewayType: string · Gatewayrequired
- idType: string · Idrequired
- nameType: string · Namerequired
- ownerType: string · Owner Id
_id required - processorType: string · Processorrequired
- pspType: string · Psprequired
- configurationsType: object | null · Configurations
- createdType: string | null · Created AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- isType: boolean · Is Active
_active - updatedType: string | null · Updated AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

