Wasm Directoryalpha
Record

object-put-amendment-params

No description available.

record object-put-amendment-params {
  reject-unknown-fields: option​<bool>,
  zuora-entity-ids: option​<string>,
  zuora-track-id: option​<string>,
  id: string,
  auto-renew: option​<bool>,
  contract-effective-date: option​<string>,
  current-term: option​<s64>,
  current-term-period-type: option​<string>,
  customer-acceptance-date: option​<string>,
  description: option​<string>,
  effective-date: option​<string>,
  name: option​<string>,
  renewal-setting: option​<string>,
  renewal-term: option​<s64>,
  renewal-term-period-type: option​<string>,
  service-activation-date: option​<string>,
  specific-update-date: option​<string>,
  status: option​<string>,
  subscription-id: option​<string>,
  term-start-date: option​<string>,
  term-type: option​<string>,
  type-op: option​<string>,
}

Fields

NameTypeDescription
reject-unknown-fieldsoption​<bool>
zuora-entity-idsoption​<string>
zuora-track-idoption​<string>
idstring
auto-renewoption​<bool>
contract-effective-dateoption​<string>
current-termoption​<s64>
current-term-period-typeoption​<string>
customer-acceptance-dateoption​<string>
descriptionoption​<string>
effective-dateoption​<string>
nameoption​<string>
renewal-settingoption​<string>
renewal-termoption​<s64>
renewal-term-period-typeoption​<string>
service-activation-dateoption​<string>
specific-update-dateoption​<string>
statusoption​<string>
subscription-idoption​<string>
term-start-dateoption​<string>
term-typeoption​<string>
type-opoption​<string>