Xsolla Store SDK for Android/com.xsolla.android.store.entity.response.payment/CreateOrderResponse CreateOrderResponse data class CreateOrderResponse(val orderId: Int, val token: String)Content copied to clipboard ConstructorsPropertiesSources Constructors CreateOrderResponse Link copied to clipboard fun CreateOrderResponse(orderId: Int, token: String)Content copied to clipboard Properties orderId Link copied to clipboard @SerializedName(value = "order_id")val orderId: IntContent copied to clipboard token Link copied to clipboard val token: StringContent copied to clipboard Sources Store SDK source Link copied to clipboard