# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20024")
model.instance <- InlineResponse20024$new()
test_that("amount", {
# tests for the property `amount` (character)
# Account's currently max borrowable amount with sufficient system availability
# uncomment below to test the property
#expect_equal(model.instance$`amount`, "EXPECTED_RESULT")
})
test_that("borrowLimit", {
# tests for the property `borrowLimit` (character)
# Max borrowable amount limited by the account level
# uncomment below to test the property
#expect_equal(model.instance$`borrowLimit`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.