Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.65 KB

checkdomainpriceresponsebody.md

File metadata and controls

21 lines (15 loc) · 1.65 KB

CheckDomainPriceResponseBody

Successful response which returns the price of the domain and the period.

Example Usage

import { CheckDomainPriceResponseBody } from "@simplesagar/vercel/models/checkdomainpriceop.js";

let value: CheckDomainPriceResponseBody = {
  price: 20,
  period: 1,
};

Fields

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