RateType

Structure

FieldTypeRequiredDescription
idinttrueId of the RateType
codestringtrueCode of the RateType
namestringtrueName of the RateType

JSON representation

{ 
   "id": 1,
   "code": "BAR",
   "name": "BAR Rates"
}