MerchantsDtoMerchantsInner

data class MerchantsDtoMerchantsInner(val merchantID: String, val name: String, val documentCateogry: String? = null)

Parameters

merchantID
name
documentCateogry

Constructors

Link copied to clipboard
constructor(merchantID: String, name: String, documentCateogry: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "documentCateogry")
val documentCateogry: String? = null
Link copied to clipboard
@SerializedName(value = "merchantID")
val merchantID: String
Link copied to clipboard
@SerializedName(value = "name")
val name: String