# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20040UserAssetDribblets")
model.instance <- InlineResponse20040UserAssetDribblets$new()
test_that("operateTime", {
# tests for the property `operateTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`operateTime`, "EXPECTED_RESULT")
})
test_that("totalTransferedAmount", {
# tests for the property `totalTransferedAmount` (character)
# Total transfered BNB amount for this exchange.
# uncomment below to test the property
#expect_equal(model.instance$`totalTransferedAmount`, "EXPECTED_RESULT")
})
test_that("totalServiceChargeAmount", {
# tests for the property `totalServiceChargeAmount` (character)
# Total service charge amount for this exchange.
# uncomment below to test the property
#expect_equal(model.instance$`totalServiceChargeAmount`, "EXPECTED_RESULT")
})
test_that("transId", {
# tests for the property `transId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`transId`, "EXPECTED_RESULT")
})
test_that("userAssetDribbletDetails", {
# tests for the property `userAssetDribbletDetails` (array[InlineResponse20040UserAssetDribbletDetails])
# uncomment below to test the property
#expect_equal(model.instance$`userAssetDribbletDetails`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.