# CommonUseSelfServiceV2ApiDefinitionCurrentWorkingVersion.EPaymentMessage

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ePaymentMsgType** | **String** |  | 
**setup** | [**EPaymentMessageSetup**](EPaymentMessageSetup.md) |  | [optional] 
**transaction** | [**EPaymentMessageTransaction**](EPaymentMessageTransaction.md) |  | [optional] 
**operation** | [**EPaymentMessageOperation**](EPaymentMessageOperation.md) |  | [optional] 

<a name="EPaymentMsgTypeEnum"></a>
## Enum: EPaymentMsgTypeEnum

* `OPERATION` (value: `"OPERATION"`)
* `SETUP` (value: `"SETUP"`)
* `TRANSACTION` (value: `"TRANSACTION"`)

