Successful response which returns the price of the domain and the period.
import { CheckDomainPriceResponseBody } from "@simplesagar/vercel/models/checkdomainpriceop.js";
let value: CheckDomainPriceResponseBody = {
price: 20,
period: 1,
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
price |
number | ✔️ | The domain price in USD. | 20 |
period |
number | ✔️ | The number of years the domain could be held before paying again. | 1 |