Answer Pre Checkout Query Error
data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery
Content copied to clipboard
Constructors
Link copied to clipboard
fun AnswerPreCheckoutQueryError(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)
Content copied to clipboard