MethodGuarantee Data Type

Java class for MethodGuarantee complex type.

Properties
name data type constraints description
reqLimitGuarantee number   Request limit grarantee.
timePeriodGuarantee number required Time period grarantee.

Example

{
  "methodGuarantee" : {
    "reqLimitGuarantee" : 12345,
    "timePeriodGuarantee" : 12345
  }
}