MerchantsDtoMerchantsInner

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

Parameters

merchantID
  • @param name * @param documentCateogry

Constructors

MerchantsDtoMerchantsInner
Link copied to clipboard
fun MerchantsDtoMerchantsInner(merchantID: String, name: String, documentCateogry: String? = null)
  • @param name * @param documentCateogry

Properties

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

name
Link copied to clipboard
@SerializedName(value = name)
val name: String