CreditLimit

A credit limit, monthly and yearly

  • monthly
    Type: object

    Monthly credit limit

    • amount
      Type: integerFormat: int64

      Amount in minor units (major value = amount / 10^exponent)

    • currency
      Type: string

      ISO 4217 currency code

    • exponent
      Type: integerFormat: int32

      Number of minor-unit digits for the currency

  • yearly
    Type: object

    Yearly credit limit (monthly × 12)

    • amount
      Type: integerFormat: int64

      Amount in minor units (major value = amount / 10^exponent)

    • currency
      Type: string

      ISO 4217 currency code

    • exponent
      Type: integerFormat: int32

      Number of minor-unit digits for the currency

Grand Public API