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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val currency: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toRTRAmountResp(): RTRAmountsResp