# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200102")
model.instance <- InlineResponse200102$new()
test_that("tokenName", {
# tests for the property `tokenName` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tokenName`, "EXPECTED_RESULT")
})
test_that("userDailyTotalPurchaseLimit", {
# tests for the property `userDailyTotalPurchaseLimit` (character)
# USDT
# uncomment below to test the property
#expect_equal(model.instance$`userDailyTotalPurchaseLimit`, "EXPECTED_RESULT")
})
test_that("userDailyTotalRedeemLimit", {
# tests for the property `userDailyTotalRedeemLimit` (character)
# USDT
# uncomment below to test the property
#expect_equal(model.instance$`userDailyTotalRedeemLimit`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.