ChargeAggregateDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
description string
quantity string
amount string

Example

{
  "description" : "...",
  "quantity" : "...",
  "amount" : "..."
}