# AuthorizeNetActivationFormParams


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clientId** | **string** |  | [default to undefined]
**clientPublicKey** | **string** |  | [default to undefined]
**clientSecret** | **string** |  | [default to undefined]
**currencyCode** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]

## Example

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

const instance: AuthorizeNetActivationFormParams = {
    clientId,
    clientPublicKey,
    clientSecret,
    currencyCode,
    name,
};
```

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