Capture Payment Request
data class CapturePaymentRequest(val paymentId: String? = null, val userId: String, val amount: Double, val type: PaymentType = PaymentType.DEFAULT, val status: PaymentStatus = PaymentStatus.PAYMENT_COMPLETED)
Payment capture request model
Constructors
Link copied to clipboard
constructor(paymentId: String? = null, userId: String, amount: Double, type: PaymentType = PaymentType.DEFAULT, status: PaymentStatus = PaymentStatus.PAYMENT_COMPLETED)