RetailerAmountsResp
data class RetailerAmountsResp(val authorizedAmount: String, val tipAmount: String?, val cashbackAmount: BigDecimal?, val totalFeesAmount: BigDecimal?, val totalRebatesAmount: BigDecimal?, val currency: String? = null)
Constructors
Link copied to clipboard
constructor(authorizedAmount: String, tipAmount: String?, cashbackAmount: BigDecimal?, totalFeesAmount: BigDecimal?, totalRebatesAmount: BigDecimal?, currency: String? = null)