# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20099Data")
model.instance <- InlineResponse20099Data$new()
test_that("profitTransferDetails", {
# tests for the property `profitTransferDetails` (array[InlineResponse20099DataProfitTransferDetails])
# uncomment below to test the property
#expect_equal(model.instance$`profitTransferDetails`, "EXPECTED_RESULT")
})
test_that("totalNum", {
# tests for the property `totalNum` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`totalNum`, "EXPECTED_RESULT")
})
test_that("pageSize", {
# tests for the property `pageSize` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`pageSize`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.