DailySettlementReportResponse

data class DailySettlementReportResponse(transactionAt: Instant, merchantId: String, merchantName: String, storeId: String, storeName: String, region: String, method: String, transactionType: String, type: String, transactionId: String, orderId: String, currencyType: String, grossAmount: Double, mdr: Double, serviceFee: Double, settlementAmount: Double)

Properties

currencyType
Link copied to clipboard
common
val currencyType: String
grossAmount
Link copied to clipboard
common
val grossAmount: Double
mdr
Link copied to clipboard
common
val mdr: Double
merchantId
Link copied to clipboard
common
val merchantId: String
merchantName
Link copied to clipboard
common
val merchantName: String
method
Link copied to clipboard
common
val method: String
orderId
Link copied to clipboard
common
val orderId: String
region
Link copied to clipboard
common
val region: String
serviceFee
Link copied to clipboard
common
val serviceFee: Double
settlementAmount
Link copied to clipboard
common
val settlementAmount: Double
storeId
Link copied to clipboard
common
val storeId: String
storeName
Link copied to clipboard
common
val storeName: String
transactionAt
Link copied to clipboard
common
val transactionAt: Instant
transactionId
Link copied to clipboard
common
val transactionId: String
transactionType
Link copied to clipboard
common
val transactionType: String
type
Link copied to clipboard
common
val type: String