Refund

data class Refund(type: String, currencyType: String, amount: Int)

Properties

amount
Link copied to clipboard
common
val amount: Int
currencyType
Link copied to clipboard
common
val currencyType: String
type
Link copied to clipboard
common
val type: String