DocumentFeeDtoAllOf

data class DocumentFeeDtoAllOf(description: String?, type: FeeTypesEnum?, taxes: List<DocumentTaxDto>?)

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)
A user-presentable description of this fee.

Properties

description
Link copied to clipboard
@SerializedName(value = description)
val description: String? = null
A user-presentable description of this fee.
taxes
Link copied to clipboard
@SerializedName(value = taxes)
val taxes: List<DocumentTaxDto>? = null
type
Link copied to clipboard
@SerializedName(value = type)
val type: FeeTypesEnum? = null
  • @param taxes