# OrganizationPaymentIntegrationCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**PaymentIntegrationType**](PaymentIntegrationType.md) |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**currencyCode** | **string** |  | [default to undefined]
**clientId** | **string** |  | [optional] [default to undefined]
**merchantAccountId** | **string** |  | [optional] [default to undefined]
**clientPublicKey** | **string** |  | [optional] [default to undefined]
**clientSecret** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { OrganizationPaymentIntegrationCreateInputs } from '@connectedxm/admin-sdk';

const instance: OrganizationPaymentIntegrationCreateInputs = {
    type,
    name,
    currencyCode,
    clientId,
    merchantAccountId,
    clientPublicKey,
    clientSecret,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
