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