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)

Properties

Link copied to clipboard
@SerializedName(value = "description")
val description: String? = null
Link copied to clipboard
@SerializedName(value = "taxes")
val taxes: List<DocumentTaxDto>? = null
Link copied to clipboard
@SerializedName(value = "type")
val type: FeeTypesEnum? = null