|
Table of Contents
GetTermsRequestOverviewGetTermsRequest will return the pricing terms of a package. This method is used by the Terms Widget, which displays the pricing in a format that can be styled easily with CSS. Learn More: GetTermsRequestXML
<?xml version="1.0" encoding="utf-8"?>
<GetTermsRequest>
<LinkID>string</LinkID>
</GetTermsRequest>
Elements
GetTermsResponseXML
<?xml version="1.0" encoding="utf-8"?>
<GetTermsResponse>
<Ack>string</Ack>
<Timestamp>timestamp</Timestamp>
<TermsBilling>string</TermsBilling>
<TermsTrialBilling>string</TermsTrialBilling>
<TermsCustom>string</TermsCustom>
</GetTermsResponse>
Elements
|