Expose payment gateway metadata
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
This commit is contained in:
@@ -17,6 +17,14 @@ data class PaymentResponse(
|
||||
val amount: Long,
|
||||
val currency: String,
|
||||
val method: String,
|
||||
val gatewayPaymentId: String?,
|
||||
val gatewayTxnId: String?,
|
||||
val bankRefNum: String?,
|
||||
val mode: String?,
|
||||
val pgType: String?,
|
||||
val payerVpa: String?,
|
||||
val payerName: String?,
|
||||
val paymentSource: String?,
|
||||
val reference: String?,
|
||||
val notes: String?,
|
||||
val receivedAt: String,
|
||||
|
||||
Reference in New Issue
Block a user