# StripeActivationFormParams


## Properties

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

## Example

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

const instance: StripeActivationFormParams = {
    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)
