CreditLimitDto Data Type

The Class CreditLimitDto.

Available Since
Nov 13, 2013
Implemented Interfaces
Serializable
Properties
name data type description
organizationId string The organization id.
creditLimit number The credit limit.

Example

{
  "organizationId" : "...",
  "creditLimit" : 12345.0
}