| Name | Type | Description | Notes |
|---|---|---|---|
| deletedAtMs | number | [optional] [default to undefined] | |
| organizationId | string | [default to undefined] | |
| organizationPolicy | VersionedOrganizationPolicy | [default to undefined] | |
| policyName | string | [optional] [default to undefined] | |
| transactionPolicy | VersionedTransactionPolicy | [optional] [default to undefined] | |
| walletId | string | [default to undefined] |
import { OrganizationToWallet } from '@phantom/openapi-wallet-service';
const instance: OrganizationToWallet = {
deletedAtMs,
organizationId,
organizationPolicy,
policyName,
transactionPolicy,
walletId,
};