RemovePaymentRequest

data class RemovePaymentRequest(val paymentId: String? = null, val userId: String? = null)

Payment removal request model

Constructors

Link copied to clipboard
constructor(paymentId: String? = null, userId: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "payment_id")
val paymentId: String? = null
Link copied to clipboard
@SerializedName(value = "user_id")
val userId: String? = null