CreditCardLimitResult: { // root type
    limit?: number | null; // Float
    limitBlocked?: number | null; // Float
    limitFree?: number | null; // Float
  }