DocumentFeeDtoAllOf
data class DocumentFeeDtoAllOf(val description: String? = null, val type: FeeTypesEnum? = null, val taxes: List<DocumentTaxDto>? = null)
Parameters
description
A user-presentable description of this fee.
type
taxes
Constructors
Link copied to clipboard
constructor(description: String? = null, type: FeeTypesEnum? = null, taxes: List<DocumentTaxDto>? = null)