Xsolla Store SDK for Android/com.xsolla.android.store.entity.response.payment Package com.xsolla.android.store.entity.response.payment Types Types CreateFreeOrderResponse Link copied to clipboard data class CreateFreeOrderResponse(val orderId: Int)Content copied to clipboard CreateOrderByVirtualCurrencyResponse Link copied to clipboard data class CreateOrderByVirtualCurrencyResponse(val orderId: Int)Content copied to clipboard CreateOrderResponse Link copied to clipboard data class CreateOrderResponse(val orderId: Int, val token: String)Content copied to clipboard CreatePaymentTokenResponse Link copied to clipboard data class CreatePaymentTokenResponse(val token: String? = null)Content copied to clipboard