getAgreementTerms
inline suspend fun MarketplaceAgreementClient.getAgreementTerms(crossinline block: GetAgreementTermsRequest.Builder.() -> Unit): GetAgreementTermsResponse
Obtains details about the terms in an agreement that you participated in as proposer or acceptor.
The details include:
TermType
– The type of term, such asLegalTerm
,RenewalTerm
, orConfigurableUpfrontPricingTerm
.TermID
– The ID of the particular term, which is common between offer and agreement.TermPayload
– The key information contained in the term, such as the EULA forLegalTerm
or pricing and dimensions for various pricing terms, such asConfigurableUpfrontPricingTerm
orUsageBasedPricingTerm
.Configuration
– The buyer/acceptor's selection at the time of agreement creation, such as the number of units purchased for a dimension or setting theEnableAutoRenew
flag.