# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20098")
model.instance <- InlineResponse20098$new()
test_that("id", {
# tests for the property `id` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("status", {
# tests for the property `status` (character)
# S, P, and F for \"success\", \"pending\", and \"failure\"
# uncomment below to test the property
#expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
test_that("tokenName", {
# tests for the property `tokenName` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tokenName`, "EXPECTED_RESULT")
})
test_that("amount", {
# tests for the property `amount` (character)
# subscribed token amount
# uncomment below to test the property
#expect_equal(model.instance$`amount`, "EXPECTED_RESULT")
})
test_that("cost", {
# tests for the property `cost` (character)
# subscription cost in usdt
# uncomment below to test the property
#expect_equal(model.instance$`cost`, "EXPECTED_RESULT")
})
test_that("timestamp", {
# tests for the property `timestamp` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`timestamp`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.