description property
getter/setter pair
Optional. Anchors are encouraged to add a description field to the fee object returned in GET /info containing a short explanation of how fees are calculated so client applications will be able to display this message to their users. This is especially important if the GET /fee endpoint is not supported and fees cannot be models using fixed and percentage values for each Stellar asset.
Implementation
String? description;